Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
The ZipConstants type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ConvertToArray | Overloaded. | |
| ConvertToString | Overloaded. | |
| ConvertToStringExt | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| 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
|
Properties
| Name | Description | |
|---|---|---|
| DefaultCodePage |
Default encoding used for string conversion. 0 gives the default system OEM 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.
|