FileAccess.READWRITE

Overview | Methods | Fields | This Package | All Packages

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.