Unit 'IdZLib' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_indy]

TDecompressionStream

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

Declaration

Source position: IdZLib.pas line 92

type TDecompressionStream = class(TCustomZlibStream)

protected

  FInitialPos: Int64;

  

  function IdRead(); override;

  

  function IdWrite(); override;

  

  function IdSeek(); override;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure InitRead;

  

  function IsGZip;

  

  property OnProgress: TNotifyEvent;

  

end;

Inheritance

TDecompressionStream

  

|

TCustomZlibStream

  

|

TIdBaseStream

  

|

TObject



CT Web help

CodeTyphon Studio