Liking cljdoc? Tell your friends :D

flatland.useful.io


bytes->longclj

(bytes->long bytes)

Read the first eight bytes of a byte-array and convert them to a Long using the standard network order (by delegating to DataInputStream).

Read the first eight bytes of a byte-array and convert them to a Long using the standard
network order (by delegating to DataInputStream).
sourceraw docstring

compare-bytesclj

(compare-bytes a b)
source

long->bytesclj

(long->bytes long)

Create an eight-byte array from a Long, using the standard network order (by delegating to DataOutputStream).

Create an eight-byte array from a Long, using the standard
network order (by delegating to DataOutputStream).
sourceraw docstring

mmap-fileclj

(mmap-file file)

Memory map a file. Returns a map containing a :buffer key which holds the mapped buffer and a :close key containing a function that, when called, closes the file.

Memory map a file. Returns a map containing a :buffer key which holds the
mapped buffer and a :close key containing a function that, when called,
closes the file.
sourceraw docstring

PushbackFactorycljprotocol

pbrclj

(pbr x)

Creates a PushbackReader from an object.

Creates a PushbackReader from an object.

pushback-readerclj

(pushback-reader x)

Creates a PushbackReader from an object.

Creates a PushbackReader from an object.
source

read-seqclj

(read-seq in)

Read a lazy sequence of Clojure forms from an input reader.

Read a lazy sequence of Clojure forms from an input reader.
sourceraw docstring

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

× close