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