Click or drag to resize

PacketWriterExtensionsWriteBytes Method

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