Unit 'AbUnzOutStm' Package
[Overview][Classes][Index] [#pl_abbrevia]

TAbUnzipOutputStream

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

Declaration

Source position: AbUnzOutStm.pas line 64

type TAbUnzipOutputStream = class(TStream)

public

  constructor Create();

  

  function Read(); override;

  

  function Write(); override;

  

  function Seek(); override;

  

  property CRC32: LongInt; [r]

  

  property Stream: TStream; [rw]

  

  property UncompressedSize: Int64; [rw]

  

  property OnProgress: TAbProgressEvent; [rw]

  

end;

Inheritance

TAbUnzipOutputStream

  

|

TObject



CT Web help

CodeTyphon Studio