이름 |
설명 |
Adler |
Computes an Adler-32 checksum. |
CRC32 |
Calculates a 32bit Cyclic Redundancy Checksum (CRC) using the same polynomial used by Zip. This type is used internally by DotNetZip; it is generally not used directly by applications wishing to create, read, or manipulate zip archive files. |
CrcCalculatorStream |
A Stream that calculates a CRC32 (a checksum) on all bytes read, or on all bytes written. |
InfTree |
|
InflateBlocks |
|
InflateCodes |
|
InflateManager |
|
SharedUtils |
|
ZlibBaseStream |
|
ZlibCodec |
Encoder and Decoder for ZLIB and DEFLATE (IETF RFC1950 and RFC1951). |
ZlibConstants |
A bunch of constants used in the Zlib interface. |
ZlibException |
A general purpose exception class for exceptions in the Zlib library. |
ZlibStream |
Represents a Zlib stream for compression or decompression. |