System.Zip.TZipHeader Fields
InheritedProtected
| CompressedSize | public | Represents the size of the compressed data. |
| CompressionMethod | public | Is the method used to compress the Central Directory. |
| CRC32 | public | Represents the cyclic redundancy check (CRC) value for this file. |
| DiskNumberStart | public | DiskNumberStart is the number of the disk on which this file begins. |
| ExternalAttributes | public | Internally used field that holds information about the external attributes of the file. |
| ExtraField | public | This field is meant for expansion. |
| ExtraFieldLength | public | Represents the length of the extra field. |
| FileComment | public | Represents the comment for this file. |
| FileCommentLength | public | Represents the length of the file comment. |
| FileName | public | Is the name of the file, with optional relative path. |
| FileNameLength | public | Represents the length of the file name. |
| Flag | public | Flag is a general purpose bit flag. |
| InternalAttributes | public | Internally used field that specifies the type of the file. |
| LocalHeaderOffset | public | The offset from the start of the first disk, on which the file appears, to where the local header should be found. |
| MadeByVersion | public | Indicates the compatibility of the file attribute information. |
| ModifiedDateTime | public | Represents the date and time at which compression was started for this file. |
| RequiredVersion | public | Represents the minimum supported .zip specification version needed to extract the file. |
| UncompressedSize | public | Specifies the size of the uncompressed data. |