| bz2inbuf | A stream buffer reading from another stream buffer and decompressing the read data using the bz2 algorithm |
| bz2istream | An input stream decompressing data compressed with the bz2 algorithm |
| bz2ostream | An output stream compressing all data with the bz2 algorithm |
| bz2outbuf | A stream buffer which takes any form of input, compresses it using the bz2 algorithm and writes it to another stream buffer |
1.2.16