nlib
ZlibOutputStream.h File Reference

The stream of data to compress and write using zlib. More...

#include <stdlib.h>
#include <zlib.h>
#include "nn/nlib/OutputConverterStream.h"

Go to the source code of this file.

Classes

struct  nn::nlib::ZlibOutputStreamSettings
 The structure that stores the various ZlibOutputStream settings. At construction time, the default settings are stored. More...
 
class  nn::nlib::ZlibOutputStream
 The class that uses zlib to decompress data and write the data to a stream. More...
 

Namespaces

 nn::nlib
 Implements common features and features that are highly platform-dependent. Also refer to nlib Platform APIs. nlib_ns is an alias.
 

Detailed Description

The stream of data to compress and write using zlib.

Description
It will not compile if NLIB_NO_ZLIB has been defined.

Definition in file ZlibOutputStream.h.