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
Description
publicstatic class FileChannel.MapMode
  A typesafe enumeration for file-mapping modes.
Constructors
private FileChannel.MapMode (String name)
Methods
Hide/Show inherited methods
public String toString ()
  Returns a string describing this file-mapping mode.
Fields
Hide/Show inherited fields
publicfinalstatic MapMode PRIVATE
Mode for a private (copy-on-write) mapping.
publicfinalstatic MapMode READ_ONLY
Mode for a read-only mapping.
publicfinalstatic MapMode READ_WRITE
Mode for a read/write mapping.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar