Liking cljdoc? Tell your friends :D

easy-rpc.wire.edn


bytes->strclj

(bytes->str bs)
source

decodeclj

(decode s encoding)

Given string s and encoding, returns decoded bytes. Throws null pointer if encoding does not exist.

Given string s and encoding, returns decoded bytes. Throws null pointer if encoding does not exist.
sourceraw docstring

decode-binclj

(decode-bin s)
source

decode-bytesclj

(decode-bytes form)
source

decode-hexclj

(decode-hex s)
source

decodersclj

source

deserializeclj

(deserialize bytes)
source

encclj

source

enc-prefix-lenclj

(enc-prefix-len encoding)
source

get-encodingclj

(get-encoding s)

Returns encoding of string s if s is of the form :b:<encoding>::<...> and nil otherwise.

Returns encoding of string s if s is of the form :b:<encoding>::<...> and nil otherwise.
sourceraw docstring

max-enc-prefix-lenclj

source

pattclj

source

serializeclj

(serialize data)
source

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

× close