Microsoft SDK for Java

FileAccess.READWRITE

Specifies read and write access to the file.

Syntax

public static final int READWRITE;

Remarks

Writes data to the file, and moves the file pointer. Data can also be read from the file.

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