This is the thnappy Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 06:53:57 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
thnappy
Common Lisp bindings to Google’s Snappy compression library.
Markus Flambard <mflambard@common-lisp.net>
BSD License
0.0.1
cffi
(system).
src
(module).
Modules are listed depth-first from the system components tree.
thnappy/src
thnappy
(system).
package.lisp
(file).
conditions.lisp
(file).
libsnappy.lisp
(file).
block-memory-operations.lisp
(file).
thnappy.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
thnappy/thnappy.asd
thnappy/src/package.lisp
thnappy/src/conditions.lisp
thnappy/src/libsnappy.lisp
thnappy/src/block-memory-operations.lisp
thnappy/src/thnappy.lisp
thnappy/src/conditions.lisp
package.lisp
(file).
src
(module).
buffer-too-small
(condition).
invalid-input
(condition).
thnappy/src/libsnappy.lisp
package.lisp
(file).
src
(module).
snappy-compress
(function).
snappy-max-compressed-length
(function).
snappy-uncompress
(function).
snappy-uncompressed-length
(function).
snappy-validate-compressed-buffer
(function).
thnappy/src/block-memory-operations.lisp
package.lisp
(file).
src
(module).
mem-fill
(function).
mem-read-c-string
(function).
mem-read-vector
(function).
mem-write-c-string
(function).
mem-write-vector
(function).
thnappy/src/thnappy.lisp
libsnappy.lisp
(file).
block-memory-operations.lisp
(file).
src
(module).
compress
(generic function).
compress-byte-vector
(function).
compress-string
(function).
uncompress
(generic function).
uncompress-byte-vector
(function).
valid-compressed-byte-vector-p
(function).
valid-compressed-p
(generic function).
make-byte-vector
(function).
Packages are listed by definition order.
thnappy
Common Lisp bindings to Google’s Snappy compression library.
snappy
cffi
.
common-lisp
.
buffer-too-small
(condition).
compress
(generic function).
compress-byte-vector
(function).
compress-string
(function).
invalid-input
(condition).
uncompress
(generic function).
uncompress-byte-vector
(function).
valid-compressed-byte-vector-p
(function).
valid-compressed-p
(generic function).
make-byte-vector
(function).
mem-fill
(function).
mem-read-c-string
(function).
mem-read-vector
(function).
mem-write-c-string
(function).
mem-write-vector
(function).
snappy-compress
(function).
snappy-max-compressed-length
(function).
snappy-uncompress
(function).
snappy-uncompressed-length
(function).
snappy-validate-compressed-buffer
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Compresses BYTES and returns a vector.
Uncompresses BYTES and returns a vector.
Returns true if BYTES is a valid for uncompression.
Jump to: | C F G M S U V |
---|
Jump to: | C F G M S U V |
---|
Jump to: | B C F I L M P S T |
---|
Jump to: | B C F I L M P S T |
---|