C# Class AnimalCrossingQR.AC.NibbleWriter

Mostra file Open project: jefff/animalcrossingqr Class Usage Examples

Public Methods

Method 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 method

public NibbleWriter ( BinaryWriter binaryWriter ) : System
binaryWriter System.IO.BinaryWriter
return System

WriteByte() public method

public WriteByte ( byte value ) : void
value byte
return void

WriteNibble() public method

public WriteNibble ( byte value ) : void
value byte
return void

WriteNibble() public method

public WriteNibble ( int value ) : void
value int
return void

WriteString() public method

public WriteString ( string value, int rawLength ) : void
value string
rawLength int
return void