Click or drag to resize

PacketWriterExtensionsWriteBytes Method

Overload List
 NameDescription
Public Extension MethodWriteBytes(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 Extension MethodWriteBytes(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 Extension MethodWriteBytes(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 Extension MethodWriteBytes(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 Extension MethodWriteBytes(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 Extension MethodWriteBytes(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