C# Class AnimalCrossingQR.AC.NibbleWriter

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

Méthodes publiques

Méthode Description
NibbleWriter ( BinaryWriter binaryWriter ) : System
WriteByte ( byte value ) : void
WriteNibble ( byte value ) : void
WriteNibble ( int value ) : void
WriteString ( string value, int rawLength ) : void

Method Details

NibbleWriter() public méthode

public NibbleWriter ( BinaryWriter binaryWriter ) : System
binaryWriter System.IO.BinaryWriter
Résultat System

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void

WriteNibble() public méthode

public WriteNibble ( byte value ) : void
value byte
Résultat void

WriteNibble() public méthode

public WriteNibble ( int value ) : void
value int
Résultat void

WriteString() public méthode

public WriteString ( string value, int rawLength ) : void
value string
rawLength int
Résultat void