(encode-string out string)
Encode a utf-8 encoded string. Strings are preceeded by 2 bytes describing the length of the remaining content.
Encode a utf-8 encoded string. Strings are preceeded by 2 bytes describing the length of the remaining content.
(encode-unsigned-short out i)
Encode an unsigned short
Encode an unsigned short
(encode-bytes bs out)
Encode a bunch of bytes
Encode a bunch of bytes
(remaining-bytes bs)
How many bytes are remaining to encode?
How many bytes are remaining to encode?
(utf8-bytes s)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close