This is the s-base64 Reference Manual, version 2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 06:36:08 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
s-base64Common 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/srcs-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.lisppackage.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-base64An 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 | 
|---|