Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Demo3D Namespaces
Demo3D.IO
BufferWriter Class
BufferWriter Methods
WriteInt64 Method
WriteInt64 Method (Int64, Endian)
WriteInt64 Method (Int32, Int64, Endian)
BufferWriter
WriteInt64 Method (Int64, Endian)
Writes a 64bit signed 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
WriteInt64
(
long
val
,
Endian
endian
)
Parameters
val
Type:
System
Int64
The value to write.
endian
Type:
Demo3D.IO
Endian
The encoding of the data in the buffer.
Implements
IDataWriter
WriteInt64(Int64, Endian)
See Also
Reference
BufferWriter Class
WriteInt64 Overload
Demo3D.IO Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com