C# (CSharp) Cimbalino.Phone.Toolkit.Compression CRC32 - 3 examples found. These are the top rated real world C# (CSharp) examples of Cimbalino.Phone.Toolkit.Compression.CRC32 extracted from open source projects. You can rate examples to help us improve the quality of examples.
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.
This type is used internally by DotNetZip; it is generally not used directly by applications wishing to create, read, or manipulate zip archive files.