Unit 'AbDfStrm' Package
[Overview][Constants][Types][Classes][Index] [#pl_abbrevia]

TAbDfLZStream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: AbDfStrm.pas line 132

type TAbDfLZStream = class

protected

  function lzsGetApproxSize;

  

  function lzsGetStaticSize;

  

  function lzsGetStoredSize;

  

  function lzsIsFull;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function AddLenDist();

  

  function AddLiteral();

  

  procedure Clear;

  

  procedure Encode();

  

  procedure Rewind;

  

  procedure ReadStoredBuffer();

  

  property LenDistCount: Integer; [r]

  

  property LiteralCount: Integer; [r]

  

  property DistBuckets: PAbDfDistBuckets; [r]

  

  property LitBuckets: PAbDfLitBuckets; [r]

  

  property StaticSize: Integer; [r]

  

  property StoredSize: Integer; [r]

  

end;

Inheritance

TAbDfLZStream

  

|

TObject



CT Web help

CodeTyphon Studio