Liking cljdoc? Tell your friends :D

jdk.nio.channels.FileChannel$MapMode

A typesafe enumeration for file-mapping modes.

A typesafe enumeration for file-mapping modes.
raw docstring

*-privateclj

Static Constant.

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

type: java.nio.channels.FileChannel$MapMode

Static Constant.

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

type: java.nio.channels.FileChannel$MapMode
raw docstring

*-read-onlyclj

Static Constant.

Mode for a read-only mapping.

type: java.nio.channels.FileChannel$MapMode

Static Constant.

Mode for a read-only mapping.

type: java.nio.channels.FileChannel$MapMode
raw docstring

*-read-writeclj

Static Constant.

Mode for a read/write mapping.

type: java.nio.channels.FileChannel$MapMode

Static Constant.

Mode for a read/write mapping.

type: java.nio.channels.FileChannel$MapMode
raw docstring

to-stringclj

(to-string this)

Returns a string describing this file-mapping mode.

returns: A descriptive string - java.lang.String

Returns a string describing this file-mapping mode.

returns: A descriptive string - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close