Unit 'AbLZMA' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_abbrevia]

CLzmaDec

Declaration

Source position: AbLZMA.pas line 148

type CLzmaDec = packed record

  prop: CLzmaProps;

  

  probs: ;

  

  dic: PByte;

  

  buf: PByte;

  

  range: UInt32;

  

  code: UInt32;

  

  dicPos: xsize_t;

  

  dicBufSize: xsize_t;

  

  processedPos: UInt32;

  

  checkDicSize: UInt32;

  

  state: Cardinal;

  

  reps: array [0..3] of UInt32;

  

  remainLen: Cardinal;

  

  needFlush: Integer;

  

  needInitState: Integer;

  

  numProbs: UInt32;

  

  tempBufSize: Cardinal;

  

  tempBuf: array [0..LZMA_REQUIRED_INPUT_MAX-1] of Byte;

  

end;



CT Web help

CodeTyphon Studio