dec-length function clojure.data.codec.base64 Calculates what would be the length after d... decode function clojure.data.codec.base64 Returns a base64 decoded byte array. Note:... decode! function clojure.data.codec.base64 Reads from the input byte array for the spe... decoding-transfer function clojure.data.codec.base64 Base64 decodes from input-stream to output-...
enc-length function clojure.data.codec.base64 Calculates what would be the length after e... encode function clojure.data.codec.base64 Returns a base64 encoded byte array.. encode! function clojure.data.codec.base64 Reads from the input byte array for the spe... encoding-transfer function clojure.data.codec.base64 Base64 encodes from input-stream to output-...
pad-length function clojure.data.codec.base64 Returns the length of padding on the end of...