Unit 'PasVulkan.Archive.ZIP' Package
[Overview][Types][Classes][Index] [#pl_pasvulkan]

TpvArchiveZIPEntry

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

Declaration

Source position: PasVulkan.Archive.ZIP.pas line 262

type TpvArchiveZIPEntry = class(TCollectionItem)

protected

  property CentralHeaderPosition: TpvInt64; [rw]

  

  property HeaderPosition: TpvInt64; [rw]

  

  property RequiresZIP64: Boolean; [rw]

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  procedure LoadFromStream();

  

  procedure LoadFromFile();

  

  procedure SaveToStream();

  

  procedure SaveToFile();

  

  property Stream: TStream; [rw]

  

  property SourceArchive: TpvArchiveZIP; [rw]

  

  property Directory: Boolean; [r]

  

  property Link: Boolean; [r]

  

published

  property FileName: TpvRawByteString; [rw]

  

  property Attributes: TpvUInt32; [rw]

  

  property DateTime: TDateTime; [rw]

  

  property OS: TpvArchiveZIPOS; [rw]

  

  property Size: TpvInt64; [rw]

  

  property CompressionLevel: TpvArchiveZIPCompressionLevel; [rw]

  

end;

Inheritance

TpvArchiveZIPEntry

  

|

TObject



CT Web help

CodeTyphon Studio