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