# Print output for @column tags ?> FileChannel.MapMode - Android SDK | Android Developers

Most visited


Recently visited


FileChannel.MapMode

public static class FileChannel.MapMode
extends Object

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


A typesafe enumeration for file-mapping modes.

See also:

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

public static final FileChannel.MapMode PRIVATE

Mode for a private (copy-on-write) mapping.

READ_ONLY

public static final FileChannel.MapMode READ_ONLY

Mode for a read-only mapping.

READ_WRITE

public static final FileChannel.MapMode READ_WRITE

Mode for a read/write mapping.

Public methods


toString

public String toString ()

Returns a string describing this file-mapping mode.

Returns
String A descriptive string

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.