Microsoft SDK for Java

SystemOutputStream Class Constructors

The SystemOutputStream Class contains the following constructor:

SystemOutputStream(OutputStream out, int id)

Creates a SystemOutputStream object by using the specified output stream and an identifier. The identifier will be used for security checks.

Syntax

public SystemOutputStream(OutputStream out, int id);

Parameters

out The output stream.
id The identifier for the new SystemOutputStream object.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.