Liking cljdoc? Tell your friends :D

bites.util


b16-bytesclj

(b16-bytes s)

Decodes the provided String <bs> from Base16 (i.e. hex). Returns byte-array.

Decodes the provided String <bs> from Base16 (i.e. hex).
Returns byte-array.
sourceraw docstring

b16-strclj

(b16-str bs)
(b16-str bs char-case)

Encodes the provided byte-array <bs> in Base16 (i.e. hex). Returns String.

Encodes the provided byte-array <bs> in Base16 (i.e. hex).
Returns String.
sourceraw docstring

b64-bytesclj

(b64-bytes bs)
(b64-bytes s input-type)

Decodes the provided String <s> from Base64. Returns byte-array.

Decodes the provided String <s> from Base64.
Returns byte-array.
sourceraw docstring

b64-strclj

(b64-str bs)
(b64-str bs input-type)

Encodes the provided byte-array <bs> in Base64. Returns String.

Encodes the provided byte-array <bs> in Base64.
Returns String.
sourceraw docstring

binary-bytesclj

(binary-bytes s)

Decodes the provided String <bs> from Base2 (i.e. binary). If the length of <s> is not cleanly divisible by 8, any excess bits will be ignored. Returns byte-array.

Decodes the provided String <bs> from Base2 (i.e. binary).
If the length of <s> is not cleanly divisible by 8,
any excess bits will be ignored. Returns byte-array.
sourceraw docstring

binary-strclj

(binary-str bs)

Encodes the provided byte-array <bs> in Base2 (i.e. binary). Returns String.

Encodes the provided byte-array <bs> in Base2 (i.e. binary).
Returns String.
sourceraw docstring

current-thread-interrupted?cljmacro

(current-thread-interrupted?)
source

octal-bytesclj

(octal-bytes s)
source

octal-strclj

(octal-str bs)
source

unsignedclj

(unsigned x)
source

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

× close