C# Class javazoom.jl.decoder.Crc16

16-Bit CRC checksum
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Méthode Description
add_bits ( int bitstring, int length ) : void

Feed a bitstring to the crc calculation (0 < length <= 32).

checksum ( ) : short

Return the calculated checksum. Erase it for next calls to add_bits().

Private Methods

Méthode Description
Crc16 ( ) : System

Method Details

add_bits() public méthode

Feed a bitstring to the crc calculation (0 < length <= 32).
public add_bits ( int bitstring, int length ) : void
bitstring int
length int
Résultat void

checksum() public méthode

Return the calculated checksum. Erase it for next calls to add_bits().
public checksum ( ) : short
Résultat short