Click or drag to resize

IOffsetDataReader Methods

The IOffsetDataReader type exposes the following members.

Methods
  NameDescription
Public methodReadBit
Reads a bit at offset in the data.
Public methodReadBoolean
Reads a boolean at offset in the data.
Public methodReadByte
Reads a byte at offset in the data.
Public methodReadBytes(Int32, Buffer)
Reads a number of bytes at offset in the data.
Public methodReadBytes(Int32, Int32)
Reads a number of bytes at offset in the data.
Public methodReadChar
Reads a character at offset in the data.
Public methodReadDouble
Reads a 64bit double floating point number at offset in the data.
Public methodReadDoubleBE
Reads a 64bit double floating point number at offset in the data.
Public methodReadDoubleLE
Reads a 64bit double floating point number at offset in the data.
Public methodReadInt16
Reads a 16bit signed integer at offset in the data.
Public methodReadInt16BE
Reads a 16bit signed integer at offset in the data.
Public methodReadInt16LE
Reads a 16bit signed integer at offset in the data.
Public methodReadInt32
Reads a 32bit signed integer at offset in the data.
Public methodReadInt32BE
Reads a 32bit signed integer at offset in the data.
Public methodReadInt32LE
Reads a 32bit signed integer at offset in the data.
Public methodReadInt64
Reads a 64bit signed integer at offset in the data.
Public methodReadInt64BE
Reads a 64bit signed integer at offset in the data.
Public methodReadInt64LE
Reads a 64bit signed integer at offset in the data.
Public methodReadSByte
Reads a signed byte at offset in the data.
Public methodReadSingle
Reads a 32bit single floating point number at offset in the data.
Public methodReadSingleBE
Reads a 32bit single floating point number at offset in the data.
Public methodReadSingleLE
Reads a 32bit single floating point number at offset in the data.
Public methodReadString
Reads a string at offset in the data.
Public methodReadUInt16
Reads a 16bit unsigned integer at offset in the data.
Public methodReadUInt16BE
Reads a 16bit unsigned integer at offset in the data.
Public methodReadUInt16LE
Reads a 16bit unsigned integer at offset in the data.
Public methodReadUInt32
Reads a 32bit unsigned integer at offset in the data.
Public methodReadUInt32BE
Reads a 32bit unsigned integer at offset in the data.
Public methodReadUInt32LE
Reads a 32bit unsigned integer at offset in the data.
Public methodReadUInt64
Reads a 64bit unsigned integer at offset in the data.
Public methodReadUInt64BE
Reads a 64bit unsigned integer at offset in the data.
Public methodReadUInt64LE
Reads a 64bit unsigned integer at offset in the data.
Top
See Also