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

TFullZipFileEntry

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

Extended zip file entry.

Declaration

Source position: zipper.pp line 497

type TFullZipFileEntry = class(TZipFileEntry)

public

  property BitFlags: Word; [r]

  

General purpose bit flag from the Local Header in the .ZIP archive file.

  property CompressMethod: Word; [r]

  

Compression method for the file.

  property CompressedSize: QWord; [r]

  

Size after applying the compression method and level.

  property CRC32: LongWord; [rw]

  

32-bit CRC value for the file.

end;

Inheritance

TFullZipFileEntry

  

Extended zip file entry.

|

TZipFileEntry

  

Represents a file or directory added to a .ZIP file.

|

TCollectionItem

|

TPersistent

|

TObject,IFPObserved

Description

TFullZipFileEntry is a TZipFileEntry descendant which provides additional information about files in a .ZIP archive. TFullZipFileEntry extends the ancestor class to include properties like:

BitFlags
General purpose bit flag from the Local Header in the .ZIP archive file.
CompressMethod
Compression method for the file.
CompressedSize
Size after applying the compression method and level.
CRC32
32-bit CRC value for the file.

Documentation generated on: Jul 24 2023