Unit 'AbZipTyp' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_abbrevia]

TAbZipDataDescriptor

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

Declaration

Source position: AbZipTyp.pas line 202

type TAbZipDataDescriptor = class(TObject)

protected

  FCRC32: LongInt;

  

  FCompressedSize: Int64;

  

  FUncompressedSize: Int64;

  

public

  procedure SaveToStream();

  

  property CRC32: LongInt; [rw]

  

  property CompressedSize: Int64; [rw]

  

  property UncompressedSize: Int64; [rw]

  

end;

Inheritance

TAbZipDataDescriptor

  

|

TObject



CT Web help

CodeTyphon Studio