Liking cljdoc? Tell your friends :D

clj-github-mock.impl.base64


decode-str->bytesclj

(decode-str->bytes s)

Decodes the given Base64 String to a byte array.

Decodes the given Base64 String to a byte array.
sourceraw docstring

decode-str->strclj

(decode-str->str s)

Decodes the given Base64 String to a new String using UTF-8.

Decodes the given Base64 String to a new String using UTF-8.
sourceraw docstring

encode-bytes->strclj

(encode-bytes->str bs)

Encodes the given byte array to its Base64 representation.

Encodes the given byte array to its Base64 representation.
sourceraw docstring

encode-str->strclj

(encode-str->str s)

Encodes the given String to its Base64 representation using UTF-8.

Encodes the given String to its Base64 representation using UTF-8.
sourceraw docstring

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

× close