The SystemInputStream Class contains the following constructor:
Creates a SystemInputStream object by using the specified input stream and an identifier. The identifier will be used for security checks.
public SystemInputStream(InputStream out, int id);
out | The input stream. |
id | The identifier for the new SystemInputStream object. |