Method |
Description |
|
Accept ( ArraySegment data ) : void |
|
|
InputMemoryStream ( ) : System |
|
|
InputMemoryStream ( ArraySegment seg ) : System |
|
|
InputMemoryStream ( byte data ) : System |
|
|
InputMemoryStream ( byte data, int length ) : System |
|
|
InputMemoryStream ( byte data, int offset, int length ) : System |
|
|
IsEnd ( ) : bool |
|
|
ReadBytes ( int count ) : byte[] |
|
|
ReadDouble ( ) : double |
|
|
ReadFloat ( ) : float |
|
|
ReadString ( int size ) : string |
|
|
ReadUInt16 ( ) : ushort |
|
|
ReadUInt32 ( ) : uint |
|
|
ReadUInt64 ( ) : ulong |
|
|
ReadUInt8 ( ) : byte |
|
|
ReadVarUInt16 ( ) : ushort |
|
|
ReadVarUInt32 ( ) : uint |
|
|
ReadVarUInt64 ( ) : ulong |
|
|
SkipBytes ( int count ) : void |
|
|