Structsยง
- Raw in-memory compression stream for blocks of data.
- Error returned when a compression object is used incorrectly or otherwise generates an error.
- Raw in-memory decompression stream for blocks of data.
- Error returned when a decompression object finds that the input stream of bytes was not a valid input stream of bytes.
Enumsยง
- DecompressErrorInner ๐The inner state for an error when decompressing
- Values which indicate the form of flushing to be used when compressing in-memory data.
- Values which indicate the form of flushing to be used when decompressing in-memory data.
- Possible status results of compressing some data or successfully decompressing a block of data.
Functionsยง
- compress_failed ๐
- decompress_failed ๐
- decompress_need_dict ๐
- Allows
writer
to write data into the spare capacity of theoutput
vector. This will not reallocate the vector provided or attempt to grow it, so space for theoutput
must be reserved by the caller before calling this function.