API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.nio.channels.
FileChannel.MapMode
View Source
Author(s)
Since
1.4
Version
1.43, 05/11/17
Serial
Hierarchy
Object
FileChannel.MapMode
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
static
class FileChannel.MapMode
A typesafe enumeration for file-mapping modes.
A typesafe enumeration for file-mapping modes.
See also:
FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)
Constructors
private
FileChannel.MapMode
(
String
name)
Methods
Hide/Show inherited methods
public
String
toString
()
Returns a string describing this file-mapping mode.
Returns a string describing this file-mapping mode.
Returns:
A descriptive string
Fields
Hide/Show inherited fields
public
final
static
MapMode
PRIVATE
Mode for a private (copy-on-write) mapping.
public
final
static
MapMode
READ_ONLY
Mode for a read-only mapping.
public
final
static
MapMode
READ_WRITE
Mode for a read/write mapping.
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar