Click or drag to resize

DataWriterExtensionsWriteBytes Method

Overload List
 NameDescription
Public Extension MethodWriteBytes(IDataWriter, ArraySegmentByte) Writes a bytes at the current position in the buffer.
Public Extension MethodWriteBytes(IDataWriter, Byte) Writes a bytes at the current position in the buffer.
Public Extension MethodWriteBytes(IDataWriter, 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(IDataWriter, Byte, Int32, Int32) Writes a bytes at the current position in the data.
Top
See Also