Go to the source code of this file.
Namespaces | |
| namespace | MR |
Functions | |
| MRIOEXTRAS_API Expected< void > | MR::zlibCompressStream (std::istream &in, std::ostream &out, int level=-1) |
| compress the input data using the Deflate algorithm | |
| MRIOEXTRAS_API Expected< void > | MR::zlibDecompressStream (std::istream &in, std::ostream &out) |