CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Attributes
CLzmaDec Struct Reference

#include <LzmaDec.h>

Public Attributes

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

Detailed Description

Definition at line 50 of file LzmaDec.h.

Member Data Documentation

const Byte* CLzmaDec::buf

Definition at line 55 of file LzmaDec.h.

UInt32 CLzmaDec::checkDicSize

Definition at line 60 of file LzmaDec.h.

UInt32 CLzmaDec::code

Definition at line 56 of file LzmaDec.h.

Byte* CLzmaDec::dic

Definition at line 54 of file LzmaDec.h.

SizeT CLzmaDec::dicBufSize

Definition at line 58 of file LzmaDec.h.

SizeT CLzmaDec::dicPos

Definition at line 57 of file LzmaDec.h.

int CLzmaDec::needFlush

Definition at line 64 of file LzmaDec.h.

int CLzmaDec::needInitState

Definition at line 65 of file LzmaDec.h.

UInt32 CLzmaDec::numProbs

Definition at line 66 of file LzmaDec.h.

UInt16* CLzmaDec::probs

Definition at line 53 of file LzmaDec.h.

UInt32 CLzmaDec::processedPos

Definition at line 59 of file LzmaDec.h.

CLzmaProps CLzmaDec::prop

Definition at line 52 of file LzmaDec.h.

UInt32 CLzmaDec::range

Definition at line 56 of file LzmaDec.h.

unsigned CLzmaDec::remainLen

Definition at line 63 of file LzmaDec.h.

UInt32 CLzmaDec::reps[4]

Definition at line 62 of file LzmaDec.h.

unsigned CLzmaDec::state

Definition at line 61 of file LzmaDec.h.

Byte CLzmaDec::tempBuf[20]

Definition at line 68 of file LzmaDec.h.

unsigned CLzmaDec::tempBufSize

Definition at line 67 of file LzmaDec.h.