IdeaBlade DevForce 2010 Help Reference
CRC32 Class
Members  See Also  Send Feedback
IdeaBlade.Core Assembly > Ionic.Crc Namespace : CRC32 Class



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.

Syntax

Visual Basic (Declaration) 
<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)>
<GuidAttribute("ebc25cf6-9120-4283-b972-0e5520d0000C")>
<ComVisibleAttribute(True)>
Public Class CRC32 
Visual Basic (Usage)Copy Code
Dim instance As CRC32
C# 
[ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)]
[GuidAttribute("ebc25cf6-9120-4283-b972-0e5520d0000C")]
[ComVisibleAttribute(true)]
public class CRC32 
C++/CLI 
[ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)]
[GuidAttribute("ebc25cf6-9120-4283-b972-0e5520d0000C")]
[ComVisibleAttribute(true)]
public ref class CRC32 

Remarks

This type is used internally by DotNetZip; it is generally not used directly by applications wishing to create, read, or manipulate zip archive files.

Inheritance Hierarchy

System.Object
   Ionic.Crc.CRC32

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.