[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Extended zip file entry.
Source position: zipper.pp line 507
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; |
|
Extended zip file entry. |
|
| | ||
|
Represents a file or directory added to a .ZIP file. |
|
| | ||
| | ||
| | ||
TObject,IFPObserved |
TFullZipFileEntry is a TZipFileEntry descendant which provides additional information about files in a .ZIP archive. TFullZipFileEntry extends the ancestor class to include properties like: