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

TCompressionStream

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

Declaration

Source position: IdZLib.pas line 74

type TCompressionStream = class(TCustomZlibStream)

protected

  function GetCompressionRate;

  

  function IdRead(); override;

  

  function IdWrite(); override;

  

  function IdSeek(); override;

  

public

  constructor CreateEx();

  

  constructor Create();

  

  constructor CreateGZ(); overload;

  

  destructor Destroy; override;

  

  property CompressionRate: Single; [r]

  

  property OnProgress: TNotifyEvent;

  

end;

Inheritance

TCompressionStream

  

|

TCustomZlibStream

  

|

TIdBaseStream

  

|

TObject



CT Web help

CodeTyphon Studio