C# Class NVorbis.Ogg.Crc

Afficher le fichier Open project: gregzo/G-Audio

Méthodes publiques

Méthode Description
Reset ( ) : void
Test ( uint checkCrc ) : bool
Update ( int nextVal ) : void

Private Methods

Méthode Description
Crc ( ) : System

Method Details

Reset() public méthode

public Reset ( ) : void
Résultat void

Test() public méthode

public Test ( uint checkCrc ) : bool
checkCrc uint
Résultat bool

Update() public méthode

public Update ( int nextVal ) : void
nextVal int
Résultat void