PacketReaderReadString Method |
| Name | Description | |
|---|---|---|
| ReadString |
Reads a string from the current position in the packet packet.
The current position is advanced by the number of bytes read.
| |
| ReadString(Int32) |
Reads a string at offset in the buffer.
(Inherited from PacketIO.) | |
| ReadString(BinaryTextEncoding) |
Reads a string from the current position in the packet packet.
The current position is advanced by the number of bytes read.
| |
| ReadString(Int32, BinaryTextEncoding) |
Reads a string at offset in the buffer.
(Inherited from PacketIO.) |