PacketWriterExtensionsWriteBytes Method (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.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
Remarks
The buffer returned describes the area of the packet written to by this method.
This buffer can be used to overwrite that portion of the data in the packet.
See Also