C# Class Poderosa.XZModem.Crc32

CRC32
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
Update ( uint crc, byte b ) : uint
Update ( uint crc, byte buff, int offset, int length ) : uint

Method Details

Update() public static méthode

public static Update ( uint crc, byte b ) : uint
crc uint
b byte
Résultat uint

Update() public static méthode

public static Update ( uint crc, byte buff, int offset, int length ) : uint
crc uint
buff byte
offset int
length int
Résultat uint