C# Class Tce.RpcBinarySerializer

Afficher le fichier Open project: adoggie/TCE Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

getByteCount() public static méthode

public static getByteCount ( string value ) : int
value string
Résultat int

readBool() public static méthode

public static readBool ( BinaryReader reader ) : bool
reader System.IO.BinaryReader
Résultat bool

readByte() public static méthode

public static readByte ( BinaryReader reader ) : byte
reader System.IO.BinaryReader
Résultat byte

readBytes() public static méthode

public static readBytes ( BinaryReader reader ) : byte[]
reader System.IO.BinaryReader
Résultat byte[]

readDouble() public static méthode

public static readDouble ( BinaryReader reader ) : double
reader System.IO.BinaryReader
Résultat double

readFloat() public static méthode

public static readFloat ( BinaryReader reader ) : float
reader System.IO.BinaryReader
Résultat float

readInt() public static méthode

public static readInt ( BinaryReader reader ) : int
reader System.IO.BinaryReader
Résultat int

readLong() public static méthode

public static readLong ( BinaryReader reader ) : long
reader System.IO.BinaryReader
Résultat long

readShort() public static méthode

public static readShort ( BinaryReader reader ) : short
reader System.IO.BinaryReader
Résultat short

readString() public static méthode

public static readString ( BinaryReader reader ) : string
reader System.IO.BinaryReader
Résultat string

writeBool() public static méthode

public static writeBool ( bool value, BinaryWriter writer ) : void
value bool
writer System.IO.BinaryWriter
Résultat void

writeByte() public static méthode

public static writeByte ( byte value, BinaryWriter writer ) : void
value byte
writer System.IO.BinaryWriter
Résultat void

writeBytes() public static méthode

public static writeBytes ( byte value, BinaryWriter writer ) : void
value byte
writer System.IO.BinaryWriter
Résultat void

writeDouble() public static méthode

public static writeDouble ( double value, BinaryWriter writer ) : void
value double
writer System.IO.BinaryWriter
Résultat void

writeFloat() public static méthode

public static writeFloat ( float value, BinaryWriter writer ) : void
value float
writer System.IO.BinaryWriter
Résultat void

writeInt() public static méthode

public static writeInt ( int value, BinaryWriter writer ) : void
value int
writer System.IO.BinaryWriter
Résultat void

writeLong() public static méthode

public static writeLong ( long value, BinaryWriter writer ) : void
value long
writer System.IO.BinaryWriter
Résultat void

writeShort() public static méthode

public static writeShort ( short value, BinaryWriter writer ) : void
value short
writer System.IO.BinaryWriter
Résultat void

writeString() public static méthode

public static writeString ( string value, BinaryWriter writer ) : void
value string
writer System.IO.BinaryWriter
Résultat void