IDataReferenceReader Interface | 
Namespace: Demo3D.IO
public interface IDataReferenceReader
The IDataReferenceReader type exposes the following members.
| Name | Description | |
|---|---|---|
| GetReferenceT | 
            Returns a reference to data of type T at the specified offset.
              | 
| Name | Description | |
|---|---|---|
| ReadByte | 
            Reads from the specified offset and returns the data as a value.
              (Defined by DataReferenceExtensions.) | |
| ReadDoubleLE | 
            Reads from the specified offset and returns the data as a value.
              (Defined by DataReferenceExtensions.) | |
| ReadInt16LE | 
            Reads from the specified offset and returns the data as a value.
              (Defined by DataReferenceExtensions.) | |
| ReadInt32LE | 
            Reads the memory exchange from the specified offset and returns the data as a value.
              (Defined by DataReferenceExtensions.) | |
| ReadInt64LE | 
            Reads from the specified offset and returns the data as a value.
              (Defined by DataReferenceExtensions.) | |
| ReadSByte | 
            Reads from the specified offset and returns the data as a value.
              (Defined by DataReferenceExtensions.) | |
| ReadSingleLE | 
            Reads from the specified offset and returns the data as a value.
              (Defined by DataReferenceExtensions.) | |
| ReadUInt16LE | 
            Reads from the specified offset and returns the data as a value.
              (Defined by DataReferenceExtensions.) | |
| ReadUInt32LE | 
            Reads from the specified offset and returns the data as a value.
              (Defined by DataReferenceExtensions.) | |
| ReadUInt64LE | 
            Reads from the specified offset and returns the data as a value.
              (Defined by DataReferenceExtensions.) |