added in API level 1
FileChannel.MapMode
public
static
class
FileChannel.MapMode
extends Object
java.lang.Object | |
↳ | java.nio.channels.FileChannel.MapMode |
A typesafe enumeration for file-mapping modes.
Summary
Fields | |
---|---|
public
static
final
FileChannel.MapMode |
PRIVATE
Mode for a private (copy-on-write) mapping. |
public
static
final
FileChannel.MapMode |
READ_ONLY
Mode for a read-only mapping. |
public
static
final
FileChannel.MapMode |
READ_WRITE
Mode for a read/write mapping. |
Public methods | |
---|---|
String
|
toString()
Returns a string describing this file-mapping mode. |
Inherited methods | |
---|---|
Fields
PRIVATE
added in API level 1
public static final FileChannel.MapMode PRIVATE
Mode for a private (copy-on-write) mapping.
READ_ONLY
added in API level 1
public static final FileChannel.MapMode READ_ONLY
Mode for a read-only mapping.
READ_WRITE
added in API level 1
public static final FileChannel.MapMode READ_WRITE
Mode for a read/write mapping.
Public methods
toString
added in API level 1
public String toString ()
Returns a string describing this file-mapping mode.
Returns | |
---|---|
String |
A descriptive string |
Interfaces
Classes
- AsynchronousChannelGroup
- AsynchronousFileChannel
- AsynchronousServerSocketChannel
- AsynchronousSocketChannel
- Channels
- DatagramChannel
- FileChannel
- FileChannel.MapMode
- FileLock
- MembershipKey
- Pipe
- Pipe.SinkChannel
- Pipe.SourceChannel
- SelectableChannel
- SelectionKey
- Selector
- ServerSocketChannel
- SocketChannel
Exceptions
- AcceptPendingException
- AlreadyBoundException
- AlreadyConnectedException
- AsynchronousCloseException
- CancelledKeyException
- ClosedByInterruptException
- ClosedChannelException
- ClosedSelectorException
- ConnectionPendingException
- FileLockInterruptionException
- IllegalBlockingModeException
- IllegalChannelGroupException
- IllegalSelectorException
- InterruptedByTimeoutException
- NoConnectionPendingException
- NonReadableChannelException
- NonWritableChannelException
- NotYetBoundException
- NotYetConnectedException
- OverlappingFileLockException
- ReadPendingException
- ShutdownChannelGroupException
- UnresolvedAddressException
- UnsupportedAddressTypeException
- WritePendingException