[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: PasVulkan.Compression.LZMA.pas line 113
type TLZInWindow = class  | 
||
public  | 
||
bufferBase: array of TpvUInt8;  | 
  | 
|
Stream: TStream;  | 
  | 
|
  | 
||
streamEndWasReached: Boolean;  | 
  | 
|
  | 
||
  | 
||
  | 
||
  | 
||
  | 
||
  | 
||
  | 
||
constructor Create;  | 
  | 
|
destructor Destroy; override;  | 
  | 
|
procedure MoveBlock;  | 
  | 
|
procedure ReadBlock;  | 
  | 
|
procedure _Free;  | 
  | 
|
procedure _Create(); virtual;  | 
  | 
|
procedure SetStream();  | 
  | 
|
procedure ReleaseStream;  | 
  | 
|
procedure Init; virtual;  | 
  | 
|
procedure MovePos; virtual;  | 
  | 
|
function GetIndexByte();  | 
  | 
|
function GetMatchLen();  | 
  | 
|
function GetNumAvailableBytes;  | 
  | 
|
procedure ReduceOffsets();  | 
  | 
|
end;  | 
  | 
||
| | | ||
TObject  | 
| CT Web help | 
| CodeTyphon Studio |