C# Class Sharpen.CRC32

Show file Open project: ststeiger/ngit-core Class Usage Examples

Public Methods

Method Description
CRC32 ( ) : Sharpen.System
GetValue ( ) : uint
Reset ( ) : void
Update ( Array values ) : void
Update ( Array values, int offset, int Length ) : void
Update ( byte value ) : void
Update ( int value ) : void

Method Details

CRC32() public method

public CRC32 ( ) : Sharpen.System
return Sharpen.System

GetValue() public method

public GetValue ( ) : uint
return uint

Reset() public method

public Reset ( ) : void
return void

Update() public method

public Update ( Array values ) : void
values Array
return void

Update() public method

public Update ( Array values, int offset, int Length ) : void
values Array
offset int
Length int
return void

Update() public method

public Update ( byte value ) : void
value byte
return void

Update() public method

public Update ( int value ) : void
value int
return void