Click or drag to resize

PacketWriterWriteBytes Method

Overload List
  NameDescription
Public methodWriteBytes(Byte)
Writes a bytes at the current position in the packet packet. The current position is advanced by the number of bytes written.
Public methodWriteBytes(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.
Public methodWriteBytes(Buffer)
Writes a bytes at the current position in the packet packet. The current position is advanced by the number of bytes written.
Public methodWriteBytes(PacketReader, Int32)
Writes a bytes at the current position in the packet packet. The current position is advanced by the number of bytes written.
Public methodWriteBytes(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.
Public methodWriteBytes(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.
Top
See Also