C# Class Poderosa.XZModem.Crc32

CRC32
Exibir arquivo Open project: poderosaproject/poderosa Class Usage Examples

Public Methods

Method Description
Update ( uint crc, byte b ) : uint
Update ( uint crc, byte buff, int offset, int length ) : uint

Method Details

Update() public static method

public static Update ( uint crc, byte b ) : uint
crc uint
b byte
return uint

Update() public static method

public static Update ( uint crc, byte buff, int offset, int length ) : uint
crc uint
buff byte
offset int
length int
return uint