C# Class Org.BouncyCastle.Bcpg.Crc24

Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
Crc24 ( ) : System
Reset ( ) : void
Update ( int b ) : void

Private Methods

Méthode Description
GetValue ( ) : int

Method Details

Crc24() public méthode

public Crc24 ( ) : System
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

Update() public méthode

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