bzip2
0.5.2
Module write
Module Items
Structs
In crate bzip2
bzip2
Module
write
Copy item path
Source
Expand description
Writer-based compression/decompression streams
Structs
ยง
BzDecoder
A compression stream which will have compressed data written to it and will write uncompressed data to an output stream.
BzEncoder
A compression stream which will have uncompressed data written to it and will write compressed data to an output stream.