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


The following tables list the members exposed by CRC32.

Public Constructors

 NameDescription
Public ConstructorCRC32 ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCrc32Result Indicates the current CRC for all blocks slurped in.  
Public PropertyTotalBytesRead Indicates the total number of bytes applied to the CRC.  
Top

Public Methods

 NameDescription
Public MethodCombine Combines the given CRC32 value with the current running total.  
Public MethodComputeCrc32 Get the CRC32 for the given (word,byte) combo. This is a computation defined by PKzip for PKZIP 2.0 (weak) encryption.  
Public MethodEquals (Inherited from object)
Public MethodGetCrc32 Returns the CRC32 for the specified stream.  
Public MethodGetCrc32AndCopy Returns the CRC32 for the specified stream, and writes the input into the output stream.  
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodReset Reset the CRC-32 class - clear the CRC "remainder register."  
Public MethodSlurpBlock Update the value for the running CRC32 using the given block of bytes. This is useful when using the CRC32() class in a Stream.  
Public MethodToString (Inherited from object)
Public MethodUpdateCRCOverloaded.  Process one byte in the CRC.  
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.