nlib
Lz4InputStream.h File Reference

Defines the stream class to read data according to the LZ4 frame format. More...

#include "lz4frame.h"
#include "nn/nlib/Config.h"
#include "nn/nlib/InputStream.h"
#include "nn/nlib/InputConverterStream.h"

Go to the source code of this file.

Classes

class  nn::nlib::oss::Lz4InputStreamSettings
 The class to obtain and configure the Lz4InputStream settings. As of now this class is empty. More...
 
class  nn::nlib::oss::Lz4InputStream
 The stream class to read data according to the LZ4 frame format. More...
 

Namespaces

 nn::nlib
 Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias.
 
 nn::nlib::oss
 Implements a library for open-source software (OSS), code derived from OSS, and for accessing OSS.
 

Detailed Description

Defines the stream class to read data according to the LZ4 frame format.

Definition in file Lz4InputStream.h.