Skip to main contentModule compression
Source - ByteSourceReader
- A byte source that abstracts over in-memory buffers and streaming
readers, with optional transparent decompression and buffering.
- CompressedReader
- Reader that implements a streaming read trait for uncompressed, gzip, zlib and zstd
compression.
- CompressedWriter
- Constructor for
WriteableTrait compressed encoders. - SupportedCompression
- Represents the compression algorithms that we have decoders for
- maybe_decompress_bytesDeprecated
- Decompress
bytes if compression is detected, otherwise simply return it.
An out vec must be given for ownership of the decompressed data.