ZipConstants Fields

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipConstants Fields

The fields of the ZipConstants class are listed below. For a complete list of ZipConstants class members, see the ZipConstants Members topic.

Public Static Fields

ArchiveExtraDataSignature Signature for archive extra data signature (were headers are encrypted).
CENDIGITALSIGObsolete. Central header digitial signature
CENHDRObsolete. Size of central header entry
CENSIGObsolete. Signature for central header
CENSIG64Obsolete. Signature for Zip64 central file header
CentralHeaderBaseSize Size of central header entry (excluding variable fields)
CentralHeaderDigitalSignature Central header digitial signature
CentralHeaderSignature Signature for central header
CRYPTO_HEADER_SIZEObsolete. Size of cryptographic header stored before entry data
CryptoHeaderSize Size of 'classic' cryptographic header stored before any entry data
DataDescriptorSignature Signature for data descriptor
DataDescriptorSize Size of data descriptor
ENDHDRObsolete. Size of end of central record (excluding variable fields)
EndOfCentralDirectorySignature End of central directory record signature
EndOfCentralRecordBaseSize Size of end of central record (excluding variable fields)
ENDSIGObsolete. End of central directory record signature
EXTHDRObsolete. Size of data descriptor
EXTSIGObsolete. Signature for data descriptor
LocalHeaderBaseSize Size of local entry header (excluding variable length fields at end)
LocalHeaderSignature Signature for local entry header
LOCHDRObsolete. Size of local entry header (excluding variable length fields at end)
LOCSIGObsolete. Signature for local entry header
SPANNINGSIGObsolete. Signature for spanning entry
SpanningSignature Signature for spanning entry
SpanningTempSignature Signature for temporary spanning entry
SPANTEMPSIGObsolete. Signature for temporary spanning entry
VERSION_MADE_BYObsolete. The version made by field for entries in the central header when created by this library
VERSION_STRONG_ENCRYPTIONObsolete. The minimum version required to support strong encryption
VersionMadeBy The version made by field for entries in the central header when created by this library
VersionStrongEncryption The minimum version required to support strong encryption
VersionZip64 The version required for Zip64 extensions
Zip64CentralDirLocatorSignature Signature for Zip64 central directory locator
Zip64CentralFileHeaderSignature Signature for Zip64 central file header
Zip64DataDescriptorSize Size of Zip64 data descriptor

See Also

ZipConstants Class | ICSharpCode.SharpZipLib.Zip Namespace