C# Class hds.Crc32

Afficher le fichier Open project: hdneo/mxo-hd Class Usage Examples

Méthodes publiques

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

Method Details

Crc32() public méthode

public Crc32 ( ) : System
Résultat System

checksum() public méthode

public checksum ( byte block ) : UInt32
block byte
Résultat System.UInt32

checksumB() public méthode

public checksumB ( byte block, int reversed ) : byte[]
block byte
reversed int
Résultat byte[]

generateTable() public méthode

public generateTable ( ) : void
Résultat void