Classes | |
class | UniExtensions.Zlib.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. More... | |
class | UniExtensions.Zlib.CrcCalculatorStream |
A Stream that calculates a CRC32 (a checksum) on all bytes read, or on all bytes written. More... | |
Namespaces | |
package | UniExtensions.Zlib |