IMessageReader
Known direct subtypes:
StreamMessageReader
| Name | Summary |
|---|---|
bool ReadBool()
|
Reads a bool from the message body. |
byte ReadByte()
|
Reads a byte from the message body. |
byte[] ReadBytes()
|
Reads a byte array from the message body. The body contains information about the size of the array to read. |
char ReadChar()
|
Reads a char from the message body. |
double ReadDouble()
|
Reads a double from the message body. |
short ReadInt16()
|
Reads a short from the message body. |
int ReadInt32()
|
Reads an int from the message body. |
long ReadInt64()
|
Reads a long from the message body. |
object ReadObject()
|
Reads an object from the message body. |
object[] ReadObjects()
|
Reads objects from the message body until the end-of-stream is reached. |
single ReadSingle()
|
Reads a float from the message body. |
string ReadString()
|
Reads a string from the message body. |
byte[] ReadBytes()
| Return type |
byte[]
|
|---|
object[] ReadObjects()
| Return type |
object[]
|
|---|