Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Demo3D Namespaces
Demo3D.IO
BufferWriter Class
BufferWriter Methods
WriteUInt32BE Method
WriteUInt32BE Method (UInt32)
WriteUInt32BE Method (Int32, UInt32)
BufferWriter
WriteUInt32BE Method (UInt32)
Writes a 32bit unsigned integer at the current position 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
WriteUInt32BE
(
uint
val
)
Parameters
val
Type:
System
UInt32
The value to write.
Implements
IDataWriter
WriteUInt32BE(UInt32)
See Also
Reference
BufferWriter Class
WriteUInt32BE Overload
Demo3D.IO Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com