MeshLib
 
Loading...
Searching...
No Matches
MRZlib.h File Reference
#include "config.h"
#include "exports.h"
#include <MRMesh/MRExpected.h>
#include <iostream>

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)