IMessageReader| Name | Summary |
|---|---|
int Read(byte[] target, int offset, int count)
|
Reads a given number ("count") of bytes from the message body, placing them into "target", starting at "offset". |
byte ReadByte()
|
Reads a byte from the message body. |
byte[] ReadBytes(int count)
|
Reads a given number of bytes from the message body. |
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. |
single ReadSingle()
|
Reads a float from the message body. |
string ReadString()
|
Reads a string from the message body. |
int Read(byte[] target, int offset, int count)
| Return type |
|
||||||||
|---|---|---|---|---|---|---|---|---|---|
| Parameters |
|