Liking cljdoc? Tell your friends :D

bert-java-serialization.core


decodeclj

(decode binary)

Decodes BINARY. Main function to use.

Decodes BINARY. Main function to use.
raw docstring

decode-javaclj

(decode-java arg)

decode-sizeclj

(decode-size binary & {return-rest :return-rest})

Decodes int32 size from binary. Returns size. If :return-rest is true, returns tuple of [size, rest_binary].

Decodes int32 size from binary.
Returns size.
If :return-rest is true, returns tuple of [size, rest_binary].
raw docstring

encodeclj

(encode arg)

Encodes ARG. Main function to use.

Encodes ARG. Main function to use.
raw docstring

encode-with-sizeclj

(encode-with-size arg)

Use when need to have int32 size of whole encoded binary in front.

Use when need to have int32 size of whole encoded binary in front.
raw docstring

java-term-binary-appendclj


java-term?clj

(java-term? arg)

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

× close