Name | Description |
---|---|
Adler32 | |
Deflate | |
Deflate.Config | |
InfBlocks | |
InfCodes | |
InfTree | |
Inflate | |
JZlib | |
StaticTree | |
SupportClass | Contains conversion support elements such as classes, interfaces and static methods. |
Tree | |
ZStream | |
ZlibInputStream | Provides a readable stream that uses ZLIB algorithm to either compresses or decompresses data read from an underlying stream. |
ZlibOutputStream | Provides a writable stream that uses ZLIB algorithm to either compresses or decompresses data written to it and saves the resulting data blocks into an underlying stream. Unlike similar class present in .NET Framework 2.0, this one actually makes it possible to use Flush when compressing data to make sure all data written to the stream have been written into the underlying stream as well. |