C# Class SmfLite.MidiDataStreamReader

Datei anzeigen Open project: unity3d-jp/fuze-vj-kit Class Usage Examples

Public Methods

Method Description
Advance ( int length ) : void
MidiDataStreamReader ( byte data )
PeekByte ( ) : byte
ReadBEInt16 ( ) : int
ReadBEInt32 ( ) : int
ReadByte ( ) : byte
ReadChars ( int length ) : char[]
ReadMultiByteValue ( ) : int

Method Details

Advance() public method

public Advance ( int length ) : void
length int
return void

MidiDataStreamReader() public method

public MidiDataStreamReader ( byte data )
data byte

PeekByte() public method

public PeekByte ( ) : byte
return byte

ReadBEInt16() public method

public ReadBEInt16 ( ) : int
return int

ReadBEInt32() public method

public ReadBEInt32 ( ) : int
return int

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadChars() public method

public ReadChars ( int length ) : char[]
length int
return char[]

ReadMultiByteValue() public method

public ReadMultiByteValue ( ) : int
return int