C# Class hds.Crc32

显示文件 Open project: hdneo/mxo-hd Class Usage Examples

Public Methods

Method Description
Crc32 ( ) : System
checksum ( byte block ) : UInt32
checksumB ( byte block, int reversed ) : byte[]
generateTable ( ) : void

Method Details

Crc32() public method

public Crc32 ( ) : System
return System

checksum() public method

public checksum ( byte block ) : UInt32
block byte
return System.UInt32

checksumB() public method

public checksumB ( byte block, int reversed ) : byte[]
block byte
reversed int
return byte[]

generateTable() public method

public generateTable ( ) : void
return void