FileMode.OPEN

Overview | Methods | Fields | This Package | All Packages

FileMode.OPEN

Specifies that an existing file is to be opened; an exception is thrown if the file does not exist.

Syntax

public static final int OPEN;