namespace
compress
Classes
- struct Compressor
- A streaming compressor for outputting data with brotli compression.
-
template<typename Readable>struct Decompressor
- A streaming decompressor for reading an input buffer with brotli compression.
- struct DecompressorBase
- Base class for decompressor without the stream type to avoid propagation.