C# Class Sharpen.CRC32

Afficher le fichier Open project: ststeiger/ngit-core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CRC32 ( ) : Sharpen.System
Résultat Sharpen.System

GetValue() public méthode

public GetValue ( ) : uint
Résultat uint

Reset() public méthode

public Reset ( ) : void
Résultat void

Update() public méthode

public Update ( Array values ) : void
values Array
Résultat void

Update() public méthode

public Update ( Array values, int offset, int Length ) : void
values Array
offset int
Length int
Résultat void

Update() public méthode

public Update ( byte value ) : void
value byte
Résultat void

Update() public méthode

public Update ( int value ) : void
value int
Résultat void