uncompress ( byte-array -- byte-array' )
Compression (ZLIB)

Prev:compress ( byte-array -- byte-array' )


Vocabulary
compression.zlib

Inputs
byte-arraya byte-array


Outputs
byte-array'a byte-array


Word description
Takes a zlib-compressed byte-array and uncompresses it to another byte-array.

Definition