Specifies read access to the file.
public static final int READ;
Reads data from the file, and moves the file pointer. Combine this flag with WRITE for read/write access.