C# Class AnimalCrossingQR.AC.NibbleReader

Afficher le fichier Open project: jefff/animalcrossingqr Class Usage Examples

Méthodes publiques

Méthode Description
NibbleReader ( BinaryReader binaryReader ) : System
ReadByte ( ) : byte
ReadNibble ( ) : byte
ReadString ( int rawLength ) : string

Method Details

NibbleReader() public méthode

public NibbleReader ( BinaryReader binaryReader ) : System
binaryReader System.IO.BinaryReader
Résultat System

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadNibble() public méthode

public ReadNibble ( ) : byte
Résultat byte

ReadString() public méthode

public ReadString ( int rawLength ) : string
rawLength int
Résultat string