My Project
+ 80db3
|
LZMA 1 and 2 (aka xz) descompression filters to be used with boost::iostreams. More...
#include "configure.hpp"
#include <stddef.h>
#include <iosfwd>
#include <boost/iostreams/filter/symmetric.hpp>
#include <boost/noncopyable.hpp>
Go to the source code of this file.
Classes | |
struct | stream::lzma_error |
Error thrown if there was en error in an LZMA stream. More... | |
class | stream::lzma_decompressor_impl_base |
class | stream::inno_lzma1_decompressor_impl |
class | stream::inno_lzma2_decompressor_impl |
class | stream::lzma_decompressor< Impl, Allocator > |
Namespaces | |
stream | |
Typedefs | |
typedef lzma_decompressor< inno_lzma1_decompressor_impl > | stream::inno_lzma1_decompressor |
A filter that decompressess LZMA1 streams found in Inno Setup installers, to be used with boost::iostreams. More... | |
typedef lzma_decompressor< inno_lzma2_decompressor_impl > | stream::inno_lzma2_decompressor |
A filter that decompressess LZMA2 streams found in Inno Setup installers, to be used with boost::iostreams. More... | |
LZMA 1 and 2 (aka xz) descompression filters to be used with boost::iostreams.
Definition in file lzma.hpp.