nlib
Lz4OutputStream.h File Reference

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

#include "nn/nlib/Config.h"
#include "nn/nlib/OutputStream.h"
#include "nn/nlib/OutputConverterStream.h"
#include "lz4frame.h"

Go to the source code of this file.

Classes

class  nn::nlib::oss::Lz4OutputStreamSettings
 The class to obtain and configure the Lz4OutputStream settings. More...
 
class  nn::nlib::oss::Lz4OutputStream
 The stream class to write data according to the LZ4 frame format. 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.
 
 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 write data according to the LZ4 frame format.

Definition in file Lz4OutputStream.h.