|
xoreos
0.0.5
|
Decompress LZMA, using liblzma. More...
#include "src/common/types.h"

Go to the source code of this file.
Namespaces | |
| Common | |
Functions | |
| byte * | Common::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... | |
Decompress LZMA, using liblzma.
Definition in file lzma.h.
1.8.14