C# Class Fanx.Util.Box

Box is a byte buffer used to pack a fcode/class file.
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Свойство Type Description
buf byte[]
len int

Méthodes publiques

Méthode Description
Box ( ) : System
Box ( byte buf ) : System
Box ( byte buf, int len ) : System
append ( Box box ) : void
dump ( ) : void
f4 ( float v ) : void
f8 ( double v ) : void
skip ( int num ) : void
u1 ( int v ) : void
u2 ( int v ) : void
u2 ( int pos, int v ) : void
u4 ( int v ) : void
u4 ( int pos, int v ) : void
u4 ( int pos, uint v ) : void
u4 ( uint v ) : void
u8 ( long v ) : void
utf ( string s ) : void

Private Methods

Méthode Description
grow ( ) : void

Method Details

Box() public méthode

public Box ( ) : System
Résultat System

Box() public méthode

public Box ( byte buf ) : System
buf byte
Résultat System

Box() public méthode

public Box ( byte buf, int len ) : System
buf byte
len int
Résultat System

append() public méthode

public append ( Box box ) : void
box Box
Résultat void

dump() public méthode

public dump ( ) : void
Résultat void

f4() public méthode

public f4 ( float v ) : void
v float
Résultat void

f8() public méthode

public f8 ( double v ) : void
v double
Résultat void

skip() public méthode

public skip ( int num ) : void
num int
Résultat void

u1() public méthode

public u1 ( int v ) : void
v int
Résultat void

u2() public méthode

public u2 ( int v ) : void
v int
Résultat void

u2() public méthode

public u2 ( int pos, int v ) : void
pos int
v int
Résultat void

u4() public méthode

public u4 ( int v ) : void
v int
Résultat void

u4() public méthode

public u4 ( int pos, int v ) : void
pos int
v int
Résultat void

u4() public méthode

public u4 ( int pos, uint v ) : void
pos int
v uint
Résultat void

u4() public méthode

public u4 ( uint v ) : void
v uint
Résultat void

u8() public méthode

public u8 ( long v ) : void
v long
Résultat void

utf() public méthode

public utf ( string s ) : void
s string
Résultat void

Property Details

buf public_oe property

public byte[] buf
Résultat byte[]

len public_oe property

public int len
Résultat int