Method |
Description |
|
NetworkTools ( NetworkStream stream ) : System |
|
|
ReadBoolean ( ) : bool |
|
|
ReadByte ( ) : byte |
|
|
ReadBytes ( int length ) : byte[] |
|
|
ReadBytes ( short length ) : byte[] |
|
|
ReadDouble ( ) : double |
|
|
ReadEntityMetadata ( ) : object>.Dictionary |
|
|
ReadInt16 ( ) : short |
|
|
ReadInt32 ( ) : int |
|
|
ReadInt64 ( ) : long |
|
|
ReadSignedByte ( ) : sbyte |
|
|
ReadSignedBytes ( int length ) : sbyte[] |
|
|
ReadSignedBytes ( short length ) : sbyte[] |
|
|
ReadSingle ( ) : System.Single |
|
|
ReadSlotData ( ) : SlotData |
|
|
ReadString ( ) : string |
|
|
Skip ( int amount = 1 ) : void |
|
|
WriteBoolean ( bool b ) : void |
|
|
WriteByte ( byte i ) : void |
|
|
WriteBytes ( byte b ) : void |
|
|
WriteDouble ( double d ) : void |
|
|
WriteInt16 ( Int16 i ) : void |
|
|
WriteInt32 ( Int32 i ) : void |
|
|
WriteInt64 ( System.Int64 i ) : void |
|
|
WriteSingle ( System.Single s ) : void |
|
|
WriteString ( string s ) : void |
|
|