Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Demo3D Namespaces
Demo3D.IO
Buffer Class
Buffer Methods
WriteBytes Method
WriteBytes Method (Int32, Buffer)
WriteBytes Method (Int32, Byte[])
Buffer
WriteBytes Method (Int32, Buffer)
Writes a bytes at
offset
in the packet.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
Copy
public
void
WriteBytes
(
int
offset
,
Buffer
fromBuffer
)
Parameters
offset
Type:
System
Int32
The offset into the buffer to start writing.
fromBuffer
Type:
Demo3D.IO
Buffer
The data to write.
Implements
IOffsetDataWriter
WriteBytes(Int32, Buffer)
See Also
Reference
Buffer Class
WriteBytes Overload
Demo3D.IO Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com