FileShare.READWRITE

Overview | Methods | Fields | This Package | All Packages

FileShare.READWRITE

Allows subsequent opening of the file for writing or reading.

Syntax

public static final int READWRITE;

Remarks

If this flag is not specified, any request to open the file for writing or reading will fail until the file is closed.