API for package S-BASE64

An implementation of standard Base64 encoding and decoding

(decode-base64 in out)   function

Decode a base64 encoded character input stream into a binary output stream

(decode-base64-bytes stream)   function

Decode a base64 encoded character stream, returns a byte array

(encode-base64 in out &optional (break-lines t))   function

Encode a binary input stream into a base64 encoded character output stream

(encode-base64-bytes array stream &optional (break-lines t))   function

Encode a byte array into a base64b encoded character stream

Documentation generated by lispdoc running on LispWorks