이름 |
설명 |
Adler |
Computes an Adler-32 checksum. |
CRC32 |
Computes a CRC-32. The CRC-32 algorithm is parameterized - you can set the polynomial and enable or disable bit reversal. This can be used for GZIP, BZip2, or ZIP. |
CrcCalculatorStream |
A Stream that calculates a CRC32 (a checksum) on all bytes read, or on all bytes written. |
DeflateManager |
|
DeflateManager.Config |
|
DeflateStream |
A class for compressing and decompressing streams using the Deflate algorithm. |
InfTree |
|
InflateBlocks |
|
InflateCodes |
|
InflateManager |
|
InternalConstants |
|
InternalInflateConstants |
|
Iso8859Dash1Encoding |
Provides a text encoder for the iso-8859-1 encoding, aka Latin1 encoding, for platforms that do not support it, for example on Silverlight or some Compact Framework platforms. |
SharedUtils |
|
StaticTree |
|
Tree |
|
ZlibBaseStream |
|
ZlibCodec |
Encoder and Decoder for ZLIB and DEFLATE (IETF RFC1950 and RFC1951). |
ZlibConstants |
A bunch of constants used in the Zlib interface. |
ZlibException |
|
ZlibStream |
Represents a Zlib stream for compression or decompression. |