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 |
public static write ( bintalk w, bool v ) : void | ||
w | bintalk | |
v | bool | |
Résultat | void |
public static write ( bintalk w, byte v ) : void | ||
w | bintalk | |
v | byte | |
Résultat | void |
public static write ( bintalk w, double v ) : void | ||
w | bintalk | |
v | double | |
Résultat | void |
public static write ( bintalk w, float v ) : void | ||
w | bintalk | |
v | float | |
Résultat | void |
public static write ( bintalk w, int v ) : void | ||
w | bintalk | |
v | int | |
Résultat | void |
public static write ( bintalk w, long v ) : void | ||
w | bintalk | |
v | long | |
Résultat | void |
public static write ( bintalk w, sbyte v ) : void | ||
w | bintalk | |
v | sbyte | |
Résultat | void |
public static write ( bintalk w, short v ) : void | ||
w | bintalk | |
v | short | |
Résultat | void |
public static write ( bintalk w, string v ) : void | ||
w | bintalk | |
v | string | |
Résultat | void |
public static write ( bintalk w, uint v ) : void | ||
w | bintalk | |
v | uint | |
Résultat | void |
public static write ( bintalk w, ulong v ) : void | ||
w | bintalk | |
v | ulong | |
Résultat | void |
public static write ( bintalk w, ushort v ) : void | ||
w | bintalk | |
v | ushort | |
Résultat | void |
public static writeDynSize ( bintalk w, uint s ) : void | ||
w | bintalk | |
s | uint | |
Résultat | void |
public static writeMid ( bintalk w, int v ) : void | ||
w | bintalk | |
v | int | |
Résultat | void |