Method | Description | |
---|---|---|
Update ( uint crc, byte b ) : uint | ||
Update ( uint crc, byte buff, int offset, int length ) : uint |
public static Update ( uint crc, byte b ) : uint | ||
crc | uint | |
b | byte | |
return | uint |
public static Update ( uint crc, byte buff, int offset, int length ) : uint | ||
crc | uint | |
buff | byte | |
offset | int | |
length | int | |
return | uint |