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
Fanx
Fcode
FBuf
C# Class Fanx.Fcode.FBuf
FBuf stores a byte buffer (such as executable fcode, or line numbers).
显示文件
Open project: xored/f4
Class Usage Examples
Public Properties
Property
Type
Description
m_buf
byte[]
m_len
int
Public Methods
Method
Description
FBuf
(
byte
buf
,
int
len
) :
System
read
(
FStore
input
) :
FBuf
u2
( ) :
int
utf
( ) :
string
Method Details
FBuf()
public
method
public
FBuf
(
byte
buf
,
int
len
) :
System
buf
byte
len
int
return
System
read()
public
static
method
public
static
read
(
FStore
input
) :
FBuf
input
FStore
return
FBuf
u2()
public
method
public
u2
( ) :
int
return
int
utf()
public
method
public
utf
( ) :
string
return
string
Property Details
m_buf
public_oe property
public
byte[]
m_buf
return
byte[]
m_len
public_oe property
public
int
m_len
return
int