public static class

FileChannel.MapMode

extends Object
java.lang.Object
   ↳ java.nio.channels.FileChannel.MapMode

Class Overview

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.
[Expand]
Inherited Methods
From class java.lang.Object

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