Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SmfLite
MidiDataStreamReader
C# Class SmfLite.MidiDataStreamReader
显示文件
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