Module brotli2::write [−][src]
Writer-based compression/decompression streams
Structs
BrotliDecoder |
A compression stream which will have compressed data written to it and will write uncompressed data to an output stream. |
BrotliEncoder |
A compression stream which will have uncompressed data written to it and will write compressed data to an output stream. |