LumiSoft Mail Server User API
Crc32 Class
Namespaces > ICSharpCode.SharpZipLib.Checksums > Crc32

[Missing <summary> documentation for T:ICSharpCode.SharpZipLib.Checksums.Crc32]

Syntax
C#Visual BasicManaged C++
public sealed class Crc32 : IChecksum
Public NotInheritable Class Crc32 _
	Implements IChecksum
public ref class Crc32 sealed : IChecksum
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
Crc32New()
Initializes a new instance of the Crc32 class.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Reset()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Checksums.Crc32.Reset]

ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Update(Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Checksums.Crc32.Update(System.Int32)]

Update(Byte[]())

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Checksums.Crc32.Update(System.Byte[])]

Update(Byte[](), Int32, Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Checksums.Crc32.Update(System.Byte[],System.Int32,System.Int32)]

Value

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Checksums.Crc32.Value]

Inheritance Hierarchy
Object
Crc32

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)