C# 클래스 bintalk.ProtocolWriter

파일 보기 프로젝트 열기: yuanlin2008/bintalk

공개 메소드들

메소드 설명
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

메소드 상세

write() 공개 정적인 메소드

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

write() 공개 정적인 메소드

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

write() 공개 정적인 메소드

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

write() 공개 정적인 메소드

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

write() 공개 정적인 메소드

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

write() 공개 정적인 메소드

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

write() 공개 정적인 메소드

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

write() 공개 정적인 메소드

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

write() 공개 정적인 메소드

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

write() 공개 정적인 메소드

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

write() 공개 정적인 메소드

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

write() 공개 정적인 메소드

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

writeDynSize() 공개 정적인 메소드

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

writeMid() 공개 정적인 메소드

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