PacketReaderReadBytes Method |
| Name | Description | |
|---|---|---|
| ReadBytes(Int32) |
Reads a number of bytes from the current position in the packet packet.
The current position is advanced by the number of bytes read.
| |
| ReadBytes(Buffer) |
Reads a number of bytes from the current position in the packet packet.
The current position is advanced by the number of bytes read.
| |
| ReadBytes(Int32, Buffer) |
Reads a number of bytes at offset in the buffer.
(Inherited from PacketIO.) | |
| ReadBytes(Int32, Int32) |
Reads a number of bytes at offset in the buffer.
(Inherited from PacketIO.) | |
| ReadBytes(PacketWriter, Int32) |
Reads a number of bytes from the current position in the packet packet.
The current position is advanced by the number of bytes read.
| |
| ReadBytes(Int32, PacketWriter, Int32) |
Reads a number of bytes at offset in the buffer.
(Inherited from PacketIO.) | |
| ReadBytes(Byte, Int32, Int32) |
Reads a number of bytes from the current position in the packet packet.
The current position is advanced by the number of bytes read.
| |
| ReadBytes(Int32, Byte, Int32, Int32) |
Reads a number of bytes at offset in the buffer.
(Inherited from PacketIO.) |