Public Static Fields
ArchiveExtraDataSignature | Signature for archive extra data signature (were headers are encrypted). |
CENDIGITALSIG | Obsolete. Central header digitial signature |
CENHDR | Obsolete. Size of central header entry |
CENSIG | Obsolete. Signature for central header |
CENSIG64 | Obsolete. 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_SIZE | Obsolete. 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 |
ENDHDR | Obsolete. 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) |
ENDSIG | Obsolete. End of central directory record signature |
EXTHDR | Obsolete. Size of data descriptor |
EXTSIG | Obsolete. Signature for data descriptor |
LocalHeaderBaseSize | Size of local entry header (excluding variable length fields at end) |
LocalHeaderSignature | Signature for local entry header |
LOCHDR | Obsolete. Size of local entry header (excluding variable length fields at end) |
LOCSIG | Obsolete. Signature for local entry header |
SPANNINGSIG | Obsolete. Signature for spanning entry |
SpanningSignature | Signature for spanning entry |
SpanningTempSignature | Signature for temporary spanning entry |
SPANTEMPSIG | Obsolete. Signature for temporary spanning entry |
VERSION_MADE_BY | Obsolete. The version made by field for entries in the central header when created by this library |
VERSION_STRONG_ENCRYPTION | Obsolete. 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
ConvertToArray | Overloaded. Convert a string to a byte array |
ConvertToString | Overloaded. Convert a portion of a byte array to a string. |
ConvertToStringExt | Overloaded. 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. |