Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Demo3D Namespaces
Demo3D.IO Namespaces
Demo3D.IO
DataReaderExtensions Class
DataReaderExtensions Methods
Consume Method
GetString Method
Peek Method
ReadBit Method
ReadBoolean Method
ReadByte Method
ReadBytes Method
ReadChar Method
ReadDouble Method
ReadDoubleBE Method
ReadDoubleLE Method
ReadInt16 Method
ReadInt16BE Method
ReadInt16LE Method
ReadInt32 Method
ReadInt32BE Method
ReadInt32LE Method
ReadInt64 Method
ReadInt64BE Method
ReadInt64LE Method
ReadSByte Method
ReadSingle Method
ReadSingleBE Method
ReadSingleLE Method
ReadString Method
ReadUInt16 Method
ReadUInt16BE Method
ReadUInt16LE Method
ReadUInt32 Method
ReadUInt32BE Method
ReadUInt32LE Method
ReadUInt64 Method
ReadUInt64BE Method
ReadUInt64LE Method
DataReaderExtensions
ReadUInt64BE Method
Reads a 64bit unsigned integer at the current position in the buffer.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
Copy
public
static
ulong
ReadUInt64BE
(
this
IDataReader
reader
)
Parameters
reader
Type:
Demo3D.IO
IDataReader
The data reader.
Return Value
Type:
UInt64
The value read.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IDataReader
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
DataReaderExtensions Class
Demo3D.IO Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com