FileChannel.MapMode

public static class FileChannel.MapMode extends Object

A typesafe enumeration for file-mapping modes.

Field Summary

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 Method Summary

String
toString()
Returns a string describing this file-mapping mode.

Inherited Method 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

public String toString ()

Returns a string describing this file-mapping mode.

Returns
  • A descriptive string