ZipConstants Members

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipConstants Members

ZipConstants overview

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

Public Static Properties

DefaultCodePage Default encoding used for string conversion. 0 gives the default system Ansi code page. Dont use unicode encodings if you want to be Zip compatible! Using the default code page isnt the full solution neccessarily there are many variable factors, codepage 850 is often a good choice for European users, however be careful about compatability.

Public Static Methods

ConvertToArrayOverloaded. Convert a string to a byte array
ConvertToStringOverloaded. Convert a portion of a byte array to a string.
ConvertToStringExtOverloaded. Convert a byte array to string

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

ZipConstants Class | ICSharpCode.SharpZipLib.Zip Namespace