Unit 'lzxcompressthread' Package
[Overview][Types][Classes][Index] [#chm]

TLZXCompressor

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

Declaration

Source position: lzxcompressthread.pas line 54

type TLZXCompressor = class(TObject)

public

  constructor Create();

  destructor Destroy; override;

  procedure Execute();

  property BlockSize: Integer; [rw]

  property Running: Boolean; [r]

  property WindowSizeCode: Integer; [rw]

  property OnGetData: TLZXGetDataMethod; [rw]

  property OnChunkDone: TLZXChunkDoneMethod; [rw]

  property OnIsEndOfFile: TLZXIsEndOfFileMethod; [rw]

  property OnMarkFrame: TLZXMarkFrameMethod; [rw]

end;

Inheritance

TLZXCompressor

|

TObject


Documentation generated on: 2023-03-18