Microsoft SDK for Java

SystemStreamsPermission Class Constructors

The SystemStreamsPermission Class contains the following constructor:

SystemStreamsPermission()

Creates a new SystemStreamsPermission instance.

Syntax

public SystemStreamsPermission();

Remarks

The new instance does not allow access to any of the system streams. Access to a stream must be explicitly turned on by using one of the setCanSetSystemIn, setCanSetSystemOut, and setCanSetSystemErr methods.

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