diff options
Diffstat (limited to 'third-party/s-base64/doc/API.html')
-rw-r--r-- | third-party/s-base64/doc/API.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third-party/s-base64/doc/API.html b/third-party/s-base64/doc/API.html new file mode 100644 index 0000000..15076e2 --- /dev/null +++ b/third-party/s-base64/doc/API.html @@ -0,0 +1,11 @@ +<html><head><title>S-BASE64</title></head><body><h3>API for package S-BASE64</h3> +<blockquote>An implementation of standard Base64 encoding and decoding</blockquote> +<p>(<b>decode-base64</b> in out) <i>function</i></p> +<blockquote>Decode a base64 encoded character input stream into a binary output stream</blockquote> +<p>(<b>decode-base64-bytes</b> stream) <i>function</i></p> +<blockquote>Decode a base64 encoded character stream, returns a byte array</blockquote> +<p>(<b>encode-base64</b> in out &optional (break-lines t)) <i>function</i></p> +<blockquote>Encode a binary input stream into a base64 encoded character output stream</blockquote> +<p>(<b>encode-base64-bytes</b> array stream &optional (break-lines t)) <i>function</i></p> +<blockquote>Encode a byte array into a base64b encoded character stream</blockquote> +<font size=-1><p>Documentation generated by <a href="http://homepage.mac.com/svc/lispdoc/">lispdoc</a> running on LispWorks</p></font></body></html>
\ No newline at end of file |