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