CMS 3D CMS Logo

Public Attributes

CLzmaDec Struct Reference

#include <LzmaDec.h>

List of all members.

Public Attributes

const Bytebuf
UInt32 checkDicSize
UInt32 code
Bytedic
SizeT dicBufSize
SizeT dicPos
int needFlush
int needInitState
UInt32 numProbs
CLzmaProb * probs
UInt32 processedPos
CLzmaProps prop
UInt32 range
unsigned remainLen
UInt32 reps [4]
unsigned state
Byte tempBuf [LZMA_REQUIRED_INPUT_MAX]
unsigned tempBufSize

Detailed Description

Definition at line 50 of file LzmaDec.h.


Member Data Documentation

Definition at line 55 of file LzmaDec.h.

Referenced by LzmaDec_DecodeReal(), LzmaDec_DecodeReal2(), and LzmaDec_DecodeToDic().

Definition at line 64 of file LzmaDec.h.

Referenced by LzmaDec_DecodeToDic(), LzmaDec_InitDicAndState(), and LzmaDec_InitRc().

Definition at line 65 of file LzmaDec.h.

Referenced by LzmaDec_DecodeToDic(), LzmaDec_InitDicAndState(), and LzmaDec_InitStateReal().

Definition at line 66 of file LzmaDec.h.

Referenced by LzmaDec_AllocateProbs2().

CLzmaProb* CLzmaDec::probs

Definition at line 56 of file LzmaDec.h.

Referenced by LzmaDec_DecodeReal(), LzmaDec_InitRc(), and LzmaDec_TryDummy().

unsigned CLzmaDec::state

Definition at line 61 of file LzmaDec.h.

Referenced by LzmaDec_DecodeReal(), LzmaDec_InitStateReal(), and LzmaDec_TryDummy().

Byte CLzmaDec::tempBuf[LZMA_REQUIRED_INPUT_MAX]

Definition at line 68 of file LzmaDec.h.

Referenced by LzmaDec_DecodeToDic().

Definition at line 67 of file LzmaDec.h.

Referenced by LzmaDec_DecodeToDic(), and LzmaDec_InitDicAndState().