OffsetPacketReaderExtensions Class |
Namespace: Demo3D.IO
public static class OffsetPacketReaderExtensions
The OffsetPacketReaderExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ReadDouble |
Reads a 64bit double floating point number at offset in the buffer.
| |
| ReadInt16 |
Reads a 16bit signed integer at offset in the buffer.
| |
| ReadInt32 |
Reads a 32bit signed integer at offset in the buffer.
| |
| ReadInt64 |
Reads a 64bit signed integer at offset in the buffer.
| |
| ReadSingle |
Reads a 32bit single floating point number at offset in the buffer.
| |
| ReadString |
Reads a string at offset in the buffer.
| |
| ReadUInt32 |
Reads a 32bit unsigned integer at offset in the buffer.
| |
| ReadUInt64 |
Reads a 64bit unsigned integer at offset in the buffer.
|