C# Class bintalk.ProtocolWriter

Afficher le fichier Open project: yuanlin2008/bintalk

Méthodes publiques

Méthode Description
write ( bintalk w, bool v ) : void
write ( bintalk w, byte v ) : void
write ( bintalk w, double v ) : void
write ( bintalk w, float v ) : void
write ( bintalk w, int v ) : void
write ( bintalk w, long v ) : void
write ( bintalk w, sbyte v ) : void
write ( bintalk w, short v ) : void
write ( bintalk w, string v ) : void
write ( bintalk w, uint v ) : void
write ( bintalk w, ulong v ) : void
write ( bintalk w, ushort v ) : void
writeDynSize ( bintalk w, uint s ) : void
writeMid ( bintalk w, int v ) : void

Method Details

write() public static méthode

public static write ( bintalk w, bool v ) : void
w bintalk
v bool
Résultat void

write() public static méthode

public static write ( bintalk w, byte v ) : void
w bintalk
v byte
Résultat void

write() public static méthode

public static write ( bintalk w, double v ) : void
w bintalk
v double
Résultat void

write() public static méthode

public static write ( bintalk w, float v ) : void
w bintalk
v float
Résultat void

write() public static méthode

public static write ( bintalk w, int v ) : void
w bintalk
v int
Résultat void

write() public static méthode

public static write ( bintalk w, long v ) : void
w bintalk
v long
Résultat void

write() public static méthode

public static write ( bintalk w, sbyte v ) : void
w bintalk
v sbyte
Résultat void

write() public static méthode

public static write ( bintalk w, short v ) : void
w bintalk
v short
Résultat void

write() public static méthode

public static write ( bintalk w, string v ) : void
w bintalk
v string
Résultat void

write() public static méthode

public static write ( bintalk w, uint v ) : void
w bintalk
v uint
Résultat void

write() public static méthode

public static write ( bintalk w, ulong v ) : void
w bintalk
v ulong
Résultat void

write() public static méthode

public static write ( bintalk w, ushort v ) : void
w bintalk
v ushort
Résultat void

writeDynSize() public static méthode

public static writeDynSize ( bintalk w, uint s ) : void
w bintalk
s uint
Résultat void

writeMid() public static méthode

public static writeMid ( bintalk w, int v ) : void
w bintalk
v int
Résultat void