nlib
ZlibInputStream.h File Reference

The stream of data to uncompress and read using zlib. More...

Go to the source code of this file.

Classes

struct  nn::nlib::ZlibInputStreamSettings
 The structure that stores the various ZlibInputStream settings. At construction time, the default settings are stored. More...
 
class  nn::nlib::ZlibInputStream
 The stream class for reading compressed data using zlib. More...
 

Namespaces

 nn::nlib
 Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias.
 

Detailed Description

The stream of data to uncompress and read using zlib.

Description
It will not compile if NLIB_HAS_ZLIB has not been defined.

Definition in file ZlibInputStream.h.