Click or drag to resize

PacketReaderReadBytes Method

Overload List
  NameDescription
Public methodReadBytes(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.
Public methodReadBytes(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.
Public methodReadBytes(Int32, Buffer)
Reads a number of bytes at offset in the buffer.
(Inherited from PacketIO.)
Public methodReadBytes(Int32, Int32)
Reads a number of bytes at offset in the buffer.
(Inherited from PacketIO.)
Public methodReadBytes(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.
Public methodReadBytes(Int32, PacketWriter, Int32)
Reads a number of bytes at offset in the buffer.
(Inherited from PacketIO.)
Public methodReadBytes(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.
Public methodReadBytes(Int32, Byte, Int32, Int32)
Reads a number of bytes at offset in the buffer.
(Inherited from PacketIO.)
Top
See Also