Microsoft SDK for Java

FileIOPermission Class Constructors

The FileIOPermission Class contains the following constructor:

FileIOPermission()

Creates a new FileIOPermission instance.

Syntax

public FileIOPermission();

Remarks

The new instance does not allow any file I/O operations.

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