A typesafe enumeration for file-mapping modes.
A typesafe enumeration for file-mapping modes.
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
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
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
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close