FileMode.CREATE

Overview | Methods | Fields | This Package | All Packages

FileMode.CREATE

Specifies that a new file is to be created; if the file already exists, it is overwritten.

Syntax

public static final int CREATE;