PacketWriterWriteBytes Method |
| Name | Description | |
|---|---|---|
| WriteBytes(Byte) |
Writes a bytes at the current position in the packet packet.
The current position is advanced by the number of bytes written.
| |
| WriteBytes(Int32) |
Prepare a buffer for writing bytes at the current position in the packet packet.
The current position is advanced by the number of bytes written.
| |
| WriteBytes(Buffer) |
Writes a bytes at the current position in the packet packet.
The current position is advanced by the number of bytes written.
| |
| WriteBytes(PacketReader, Int32) |
Writes a bytes at the current position in the packet packet.
The current position is advanced by the number of bytes written.
| |
| WriteBytes(Byte, Int32, Int32) |
Writes a bytes at the current position in the packet packet.
The current position is advanced by the number of bytes written.
| |
| WriteBytes(PacketReader, Int32, Int32) |
Writes a bytes at the current position in the packet packet.
The current position is advanced by the number of bytes written.
|