Liking cljdoc? Tell your friends :D

clj-odbp.binary.deserialize.utils


bytes->integerclj

(bytes->integer buffer)

Read a 32 bit integer from the buffer.

Read a 32 bit integer from the buffer.
sourceraw docstring

bytes->longclj

(bytes->long buffer)

Read a 64 bit long from the buffer.

Read a 64 bit long from the buffer.
sourceraw docstring

bytes->shortclj

(bytes->short buffer)

Read a 16 bit integer from the buffer.

Read a 16 bit integer from the buffer.
sourceraw docstring

bytes->utf8-strclj

(bytes->utf8-str bytes)

Transform a sequence of bytes into an UTF-8 encoded string.

Transform a sequence of bytes into an UTF-8 encoded string.
sourceraw docstring

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

× close