C# 클래스 Tce.RpcBinarySerializer

파일 보기 프로젝트 열기: adoggie/TCE 1 사용 예제들

공개 메소드들

메소드 설명
getByteCount ( string value ) : int
readBool ( BinaryReader reader ) : bool
readByte ( BinaryReader reader ) : byte
readBytes ( BinaryReader reader ) : byte[]
readDouble ( BinaryReader reader ) : double
readFloat ( BinaryReader reader ) : float
readInt ( BinaryReader reader ) : int
readLong ( BinaryReader reader ) : long
readShort ( BinaryReader reader ) : short
readString ( BinaryReader reader ) : string
writeBool ( bool value, BinaryWriter writer ) : void
writeByte ( byte value, BinaryWriter writer ) : void
writeBytes ( byte value, BinaryWriter writer ) : void
writeDouble ( double value, BinaryWriter writer ) : void
writeFloat ( float value, BinaryWriter writer ) : void
writeInt ( int value, BinaryWriter writer ) : void
writeLong ( long value, BinaryWriter writer ) : void
writeShort ( short value, BinaryWriter writer ) : void
writeString ( string value, BinaryWriter writer ) : void

메소드 상세

getByteCount() 공개 정적인 메소드

public static getByteCount ( string value ) : int
value string
리턴 int

readBool() 공개 정적인 메소드

public static readBool ( BinaryReader reader ) : bool
reader System.IO.BinaryReader
리턴 bool

readByte() 공개 정적인 메소드

public static readByte ( BinaryReader reader ) : byte
reader System.IO.BinaryReader
리턴 byte

readBytes() 공개 정적인 메소드

public static readBytes ( BinaryReader reader ) : byte[]
reader System.IO.BinaryReader
리턴 byte[]

readDouble() 공개 정적인 메소드

public static readDouble ( BinaryReader reader ) : double
reader System.IO.BinaryReader
리턴 double

readFloat() 공개 정적인 메소드

public static readFloat ( BinaryReader reader ) : float
reader System.IO.BinaryReader
리턴 float

readInt() 공개 정적인 메소드

public static readInt ( BinaryReader reader ) : int
reader System.IO.BinaryReader
리턴 int

readLong() 공개 정적인 메소드

public static readLong ( BinaryReader reader ) : long
reader System.IO.BinaryReader
리턴 long

readShort() 공개 정적인 메소드

public static readShort ( BinaryReader reader ) : short
reader System.IO.BinaryReader
리턴 short

readString() 공개 정적인 메소드

public static readString ( BinaryReader reader ) : string
reader System.IO.BinaryReader
리턴 string

writeBool() 공개 정적인 메소드

public static writeBool ( bool value, BinaryWriter writer ) : void
value bool
writer System.IO.BinaryWriter
리턴 void

writeByte() 공개 정적인 메소드

public static writeByte ( byte value, BinaryWriter writer ) : void
value byte
writer System.IO.BinaryWriter
리턴 void

writeBytes() 공개 정적인 메소드

public static writeBytes ( byte value, BinaryWriter writer ) : void
value byte
writer System.IO.BinaryWriter
리턴 void

writeDouble() 공개 정적인 메소드

public static writeDouble ( double value, BinaryWriter writer ) : void
value double
writer System.IO.BinaryWriter
리턴 void

writeFloat() 공개 정적인 메소드

public static writeFloat ( float value, BinaryWriter writer ) : void
value float
writer System.IO.BinaryWriter
리턴 void

writeInt() 공개 정적인 메소드

public static writeInt ( int value, BinaryWriter writer ) : void
value int
writer System.IO.BinaryWriter
리턴 void

writeLong() 공개 정적인 메소드

public static writeLong ( long value, BinaryWriter writer ) : void
value long
writer System.IO.BinaryWriter
리턴 void

writeShort() 공개 정적인 메소드

public static writeShort ( short value, BinaryWriter writer ) : void
value short
writer System.IO.BinaryWriter
리턴 void

writeString() 공개 정적인 메소드

public static writeString ( string value, BinaryWriter writer ) : void
value string
writer System.IO.BinaryWriter
리턴 void