xoreos  0.0.5
Namespaces | Functions
lzma.h File Reference

Decompress LZMA, using liblzma. More...

#include "src/common/types.h"
Include dependency graph for lzma.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Common
 

Functions

byteCommon::decompressLZMA1 (const byte *data, size_t inputSize, size_t outputSize, bool noEndMarker=false)
 Decompress using the LZMA1 algorithm. More...
 
SeekableReadStream * Common::decompressLZMA1 (ReadStream &input, size_t inputSize, size_t outputSize, bool noEndMarker=false)
 Decompress using the LZMA1 algorithm. More...
 

Detailed Description

Decompress LZMA, using liblzma.

Definition in file lzma.h.