nlib
|
Defines the stream class to write data according to the LZ4 frame format. More...
#include "lz4frame.h"
#include "nn/nlib/Config.h"
#include "nn/nlib/OutputStream.h"
#include "nn/nlib/OutputConverterStream.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 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. | |
Defines the stream class to write data according to the LZ4 frame format.
Definition in file Lz4OutputStream.h.
© 2012-2016 Nintendo Co., Ltd. All rights reserved.