Liking cljdoc? Tell your friends :D

axel-f.buddy.codecs


bytes->hexclj/s

(bytes->hex data)

Convert a byte array to hex encoded string.

Convert a byte array to hex encoded string.
sourceraw docstring

bytes->strclj/s

(bytes->str data)
(bytes->str data encoding)

Convert byte array to String.

Convert byte array to String.
sourceraw docstring

hex->bytesclj/s

(hex->bytes data)

Convert hexadecimal encoded string to bytes array.

Convert hexadecimal encoded string to bytes array.
sourceraw docstring

IByteArrayclj/s≠protocol

Facility for convert input parameters to bytes array with default implementation for string an bytes array itself.

Facility for convert input parameters
to bytes array with default implementation
for string an bytes array itself.

-to-bytesclj/s

(-to-bytes this)

Represent this as byte array.

Represent this as byte array.
sourceraw docstring

IStringclj/s≠protocol

-to-stringclj/s

(-to-string this)
source

str->bytesclj/s

(str->bytes s)
(str->bytes s encoding)

Convert string to byte array.

Convert string to byte array.
sourceraw docstring

to-bytesclj/s

(to-bytes v)

Encode as bytes.

Encode as bytes.
sourceraw docstring

to-stringclj/s

(to-string v)
source

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

× close