Unit 'LZWStream' Package
[Overview][Constants][Types][Classes][Index] [#fcl-base]

TLZWStream

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

Declaration

Source position: lzwstream.pp line 54

type TLZWStream = class(TOwnerStream)

protected

  procedure ClearTable;

  procedure InitializeTable;

  function CodeToIndex();

  function IsInTable();

  procedure Error();

  procedure AddStringToTable();

public

  constructor Create(); virtual;

  destructor Destroy; override;

  property Options: TLZWStreamOptions; [rw]

  property TableCount: Integer; [r]

end;

Inheritance

TLZWStream

|

TObject


Documentation generated on: 2023-03-18