| [Overview][Constants][Types][Classes][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Extended zip file entry
Source position: zipper.pp line 497
type TFullZipFileEntry = class(TZipFileEntry)  | 
||
public  | 
||
  | 
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  | 
  | 
32-bit CRC value for the file  | 
|
end;  | 
  | 
Extended zip file entry  | 
|
| | | ||
  | 
Represents a file or directory added to a .ZIP file  | 
|
| | | ||
| | | ||
| | | ||
TFullZipFileEntry is a TZipFileEntry descendant which provides additional information about files in a .ZIP archive. TFullZipFileEntry extends the ancestor class to include properties like: