Parents: | compression |
Tags: | compression |
Authors: | Doug Coleman |
Class | Superclass | Slots |
zlib-failed | tuple | n string |
Word | Stack effect |
(uncompress) | ( length byte-array -- byte-array ) |
compress | ( byte-array -- byte-array' ) |
compressed-size | ( byte-array -- n ) |
uncompress | ( byte-array -- byte-array' ) |
zlib-error | ( n -- ) |
zlib-error-message | ( n -- * ) |
zlib-failed | ( n string -- * ) |
zlib-inflate | ( z_stream flush -- ) |
zlib-inflate-end | ( z_stream -- ) |
zlib-inflate-get-header | ( z_stream -- gz_header ) |
zlib-inflate-init | ( -- z_stream_s ) |
zlib-inflate-init2 | ( window -- z_stream_s ) |
zlib-inflate-reset | ( z_stream -- ) |
Word | Stack effect |
zlib-failed? | ( object -- ? ) |
Vocabulary | Summary |
compression.zlib.ffi | Low-level FFI bindings to ZLIB compression library |