Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Demo3D Namespaces
Demo3D.IO
BufferWriter Class
BufferWriter Methods
WriteInt16 Method
WriteInt16 Method (Int16, Endian)
WriteInt16 Method (Int32, Int16, Endian)
BufferWriter
WriteInt16 Method (Int32, Int16, Endian)
Writes a 16bit signed integer at
offset
in the buffer.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
Copy
public
void
WriteInt16
(
int
offset
,
short
val
,
Endian
endian
)
Parameters
offset
Type:
System
Int32
The offset into the buffer to start writing.
val
Type:
System
Int16
The value to write.
endian
Type:
Demo3D.IO
Endian
The encoding of the data in the buffer.
Implements
IOffsetDataWriter
WriteInt16(Int32, Int16, Endian)
See Also
Reference
BufferWriter Class
WriteInt16 Overload
Demo3D.IO Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com