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

Go to the source code of this file.

Namespaces

namespace  MR
 

Functions

MRMESH_API VoidOrErrStr MR::zlibCompressStream (std::istream &in, std::ostream &out, int level=-1)
 compress the input data using the Deflate algorithm
 
MRMESH_API VoidOrErrStr MR::zlibDecompressStream (std::istream &in, std::ostream &out)