Microsoft SDK for Java

UserFileIOPermission Class Constructors

The UserFileIOPermission Class contains the following constructors:

UserFileIOPermission()
UserFileIOPermission(int accessType)

UserFileIOPermission()

Creates a new UserFileIOPermission object that represents the specified access types.

Syntax

public UserFileIOPermission();

UserFileIOPermission(int accessType)

Creates a new UserFileIOPermission instance that allows the user to have access to specific types of file I/O.

Syntax

public UserFileIOPermission(int accessType);

Parameters

accessType The access flag. This value must be READ, WRITE, or READWRITE.

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