compression.zlib vocabulary
Factor handbook ยป Vocabulary index


Documentation
Compression (ZLIB)

Metadata
Tags:compression
Authors:Doug Coleman


Words

Tuple classes
ClassSuperclassSlots
zlib-failed tuplen string


Ordinary words
WordStack 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 -- )


Class predicate words
WordStack effect
zlib-failed?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
compression.zlib.ffiLow-level FFI bindings to ZLIB compression library