decompress ( byte-array -- byte-array' )


Vocabulary
compression.bzip3

Inputs
byte-arraya byte-array


Outputs
byte-array'a byte-array


Word description
Takes a valid bzip3 compressed byte array, and pushes its decompressed form.

Definition