Microsoft SDK for Java

FileAccess.READ

Specifies read access to the file.

Syntax

public static final int READ;

Remarks

Reads data from the file, and moves the file pointer. Combine this flag with WRITE for read/write access.

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