|
| class | cstream |
| | Provides stream compression functionality. More...
|
| |
| class | dstream |
| | Provides stream decompression functionality. More...
|
| |
| class | exception |
| | Custom exception for zstd error codes. More...
|
| |
| class | fsholder |
| | This class enables [io]fstream below to inherit from [io]stream (required for setting a custom streambuf) while still constructing a corresponding [io]fstream first (required for initializing the Zstd streambufs). More...
|
| |
| class | ifstream |
| | Input file stream for Zstd-compressed data. More...
|
| |
| class | istream |
| |
| class | istreambuf |
| | Zstd stream buffer for decompression. More...
|
| |
| class | ofstream |
| | Output file stream that writes Zstd-compressed data. More...
|
| |
| class | ostream |
| | Output stream for Zstd-compressed data. More...
|
| |
| class | ostreambuf |
| | Zstd stream buffer for compression. More...
|
| |