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

Next:uncompress ( byte-array -- byte-array' )


Vocabulary
compression.zlib

Inputs
byte-arraya byte-array


Outputs
byte-array'a byte-array


Word description
Returns a byte-array of compressed bytes.

Definition