Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Fanx
Fcode
FBuf
C# Class Fanx.Fcode.FBuf
FBuf stores a byte buffer (such as executable fcode, or line numbers).
Afficher le fichier
Open project: xored/f4
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
m_buf
byte[]
m_len
int
Méthodes publiques
Méthode
Description
FBuf
(
byte
buf
,
int
len
) :
System
read
(
FStore
input
) :
FBuf
u2
( ) :
int
utf
( ) :
string
Method Details
FBuf()
public
méthode
public
FBuf
(
byte
buf
,
int
len
) :
System
buf
byte
len
int
Résultat
System
read()
public
static
méthode
public
static
read
(
FStore
input
) :
FBuf
input
FStore
Résultat
FBuf
u2()
public
méthode
public
u2
( ) :
int
Résultat
int
utf()
public
méthode
public
utf
( ) :
string
Résultat
string
Property Details
m_buf
public_oe property
public
byte[]
m_buf
Résultat
byte[]
m_len
public_oe property
public
int
m_len
Résultat
int