(decode-str->bytes s)
Decodes the given Base64 String to a byte array.
Decodes the given Base64 String to a byte array.
(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.
(encode-bytes->str bs)
Encodes the given byte array to its Base64 representation.
Encodes the given byte array to its Base64 representation.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close