Unit 'Zipper' Package
[Overview][Constants][Types][Classes][Index] [#paszlib]

TZipFileEntry

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

Declaration

Source position: zipper.pp line 353

type TZipFileEntry = class(TCollectionItem)

protected

  property HdrPos: Int64; [rw]

  property NeedsZip64: Boolean; [rw]

public

  constructor Create(); override;

  function IsDirectory;

  function IsLink;

  procedure Assign(); override;

  property Stream: TStream; [rw]

published

  property ArchiveFileName: string; [rw]

  property UTF8ArchiveFileName: UTF8String; [rw]

  property DiskFileName: string; [rw]

  property UTF8DiskFileName: UTF8String; [rw]

  property Size: Int64; [rw]

  property DateTime: TDateTime; [rw]

  property OS: Byte; [rw]

  property Attributes: LongWord; [rw]

  property CompressionLevel: Tcompressionlevel; [rw]

end;

Inheritance

TZipFileEntry

|

TObject


Documentation generated on: 2023-03-18