(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).
(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).
(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.
(pbr x)
Creates a PushbackReader from an object.
Creates a PushbackReader from an object.
(pushback-reader x)
Creates a PushbackReader from an object.
Creates a PushbackReader from an object.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close