This is the s-base64 Reference Manual, version 2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:38:07 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
s-base64
Common Lisp Base64 Package
Sven Van Caekenberghe <svc@mac.com>
Sven Van Caekenberghe <svc@mac.com>
Lesser Lisp General Public License (LLGPL)
S-BASE64 is a Common Lisp implementation of Base64 Encoding/Decoding
2
src
(module).
Modules are listed depth-first from the system components tree.
s-base64/src
s-base64
(system).
package.lisp
(file).
base64.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
s-base64/src/base64.lisp
package.lisp
(file).
src
(module).
decode-base64
(function).
decode-base64-bytes
(function).
encode-base64
(function).
encode-base64-bytes
(function).
+base64-alphabet+
(special variable).
+inverse-base64-alphabet+
(special variable).
core-decode-base64
(function).
core-encode-base64
(function).
skip-base64-whitespace
(function).
Packages are listed by definition order.
s-base64
An implementation of standard Base64 encoding and decoding
common-lisp
.
decode-base64
(function).
decode-base64-bytes
(function).
encode-base64
(function).
encode-base64-bytes
(function).
+base64-alphabet+
(special variable).
+inverse-base64-alphabet+
(special variable).
core-decode-base64
(function).
core-encode-base64
(function).
skip-base64-whitespace
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Decode a base64 encoded character input stream into a binary output stream
Decode a base64 encoded character stream, returns a byte array
Encode a binary input stream into a base64 encoded character output stream
Encode a byte array into a base64 encoded character stream
Jump to: | C D E F S |
---|
Jump to: | C D E F S |
---|
Jump to: | +
S |
---|
Jump to: | +
S |
---|
Jump to: | B F M P S |
---|
Jump to: | B F M P S |
---|