Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <LzmaDec.h>
Data Fields | |
CLzmaProps | prop |
CLzmaProb * | probs |
Byte * | dic |
const Byte * | buf |
UInt32 | range |
UInt32 | code |
SizeT | dicPos |
SizeT | dicBufSize |
UInt32 | processedPos |
UInt32 | checkDicSize |
unsigned | state |
UInt32 | reps [4] |
unsigned | remainLen |
int | needFlush |
int | needInitState |
UInt32 | numProbs |
unsigned | tempBufSize |
Byte | tempBuf [LZMA_REQUIRED_INPUT_MAX] |
CLzmaProps CLzmaDec::prop |
Byte CLzmaDec::tempBuf[LZMA_REQUIRED_INPUT_MAX] |