#include <LzmaDec.h>
Public Attributes | |
const Byte * | buf |
UInt32 | checkDicSize |
UInt32 | code |
Byte * | dic |
SizeT | dicBufSize |
SizeT | dicPos |
int | needFlush |
int | needInitState |
UInt32 | numProbs |
UInt16 * | probs |
UInt32 | processedPos |
CLzmaProps | prop |
UInt32 | range |
unsigned | remainLen |
UInt32 | reps [4] |
unsigned | state |
Byte | tempBuf [20] |
unsigned | tempBufSize |
CLzmaProps CLzmaDec::prop |