C# Class AnimalCrossingQR.AC.NibbleReader

Show file Open project: jefff/animalcrossingqr Class Usage Examples

Public Methods

Method Description
NibbleReader ( BinaryReader binaryReader ) : System
ReadByte ( ) : byte
ReadNibble ( ) : byte
ReadString ( int rawLength ) : string

Method Details

NibbleReader() public method

public NibbleReader ( BinaryReader binaryReader ) : System
binaryReader System.IO.BinaryReader
return System

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadNibble() public method

public ReadNibble ( ) : byte
return byte

ReadString() public method

public ReadString ( int rawLength ) : string
rawLength int
return string