C# Class bintalk.ProtocolWriter

Mostrar archivo Open project: yuanlin2008/bintalk

Public Methods

Method 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 method

public static write ( bintalk w, bool v ) : void
w bintalk
v bool
return void

write() public static method

public static write ( bintalk w, byte v ) : void
w bintalk
v byte
return void

write() public static method

public static write ( bintalk w, double v ) : void
w bintalk
v double
return void

write() public static method

public static write ( bintalk w, float v ) : void
w bintalk
v float
return void

write() public static method

public static write ( bintalk w, int v ) : void
w bintalk
v int
return void

write() public static method

public static write ( bintalk w, long v ) : void
w bintalk
v long
return void

write() public static method

public static write ( bintalk w, sbyte v ) : void
w bintalk
v sbyte
return void

write() public static method

public static write ( bintalk w, short v ) : void
w bintalk
v short
return void

write() public static method

public static write ( bintalk w, string v ) : void
w bintalk
v string
return void

write() public static method

public static write ( bintalk w, uint v ) : void
w bintalk
v uint
return void

write() public static method

public static write ( bintalk w, ulong v ) : void
w bintalk
v ulong
return void

write() public static method

public static write ( bintalk w, ushort v ) : void
w bintalk
v ushort
return void

writeDynSize() public static method

public static writeDynSize ( bintalk w, uint s ) : void
w bintalk
s uint
return void

writeMid() public static method

public static writeMid ( bintalk w, int v ) : void
w bintalk
v int
return void