OffsetDataReaderExtensions Class |
Namespace: Demo3D.IO
public static class OffsetDataReaderExtensions
The OffsetDataReaderExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ReadBit |
Reads a bit at offset in the buffer.
| |
| ReadBoolean |
Reads a boolean at offset in the buffer.
| |
| ReadBytes(IOffsetDataReader, Int32, ArraySegmentByte) |
Reads a number of bytes at offset in the buffer.
| |
| ReadBytes(IOffsetDataReader, Int32, Int32) |
Reads a number of bytes at offset in the buffer.
| |
| ReadBytes(IOffsetDataReader, Int32, IDataWriter, Int32) |
Reads a number of bytes at offset in the buffer.
| |
| ReadBytes(IOffsetDataReader, Int32, Byte, Int32, Int32) |
Reads a number of bytes at offset in the buffer.
| |
| ReadChar |
Reads a character at offset in the buffer.
| |
| ReadDouble |
Reads a 64bit double floating point number at offset in the buffer.
| |
| ReadDoubleBE |
Reads a 64bit double floating point number at offset in the buffer.
| |
| ReadInt16 |
Reads a 16bit signed integer at offset in the buffer.
| |
| ReadInt16BE |
Reads a 16bit signed integer at offset in the buffer.
| |
| ReadInt32 |
Reads a 32bit signed integer at offset in the buffer.
| |
| ReadInt32BE |
Reads a 32bit signed integer at offset in the buffer.
| |
| ReadInt64 |
Reads a 64bit signed integer at offset in the buffer.
| |
| ReadInt64BE |
Reads a 64bit signed integer at offset in the buffer.
| |
| ReadSingle |
Reads a 32bit single floating point number at offset in the buffer.
| |
| ReadSingleBE |
Reads a 32bit single floating point number at offset in the buffer.
| |
| ReadString |
Reads a string at offset in the buffer.
| |
| ReadUInt16 |
Reads a 16bit unsigned integer at offset in the buffer.
| |
| ReadUInt16BE |
Reads a 16bit unsigned integer at offset in the buffer.
| |
| ReadUInt32 |
Reads a 32bit unsigned integer at offset in the buffer.
| |
| ReadUInt32BE |
Reads a 32bit unsigned integer at offset in the buffer.
| |
| ReadUInt64 |
Reads a 64bit unsigned integer at offset in the buffer.
| |
| ReadUInt64BE |
Reads a 64bit unsigned integer at offset in the buffer.
|