Microsoft SDK for Java

UserFileIOAccess Class Constructors

The UserFileIOAccess Class contains the following constructor:

UserFileIOAccess(int accessType)

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

Syntax

public UserFileIOAccess(int accessType);

Parameters

accessType The requested access type. The value must be READ, WRITE, or READWRITE.

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