Microsoft SDK for Java

SystemInputStream Class Constructors

The SystemInputStream Class contains the following constructor:

SystemInputStream(InputStream out, int id)

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

Syntax

public SystemInputStream(InputStream out, int id);

Parameters

out The input stream.
id The identifier for the new SystemInputStream object.

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