TableReader<T>  class 
    abstract
 
An abstract reader for tables.
Constructors
- TableReader()
 - 
          
            const
 
Properties
Methods
- 
  createObject(
BufferContext bc, int offset) → T  - 
  Return the object at 
offset. - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  read(
BufferContext bc, int offset) → T  - 
  Read the value at the given 
offsetinbc.override - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 - 
  vTableGet(
BufferContext object, int offset, int field, T defaultValue) → T  - 
  Read the value of the given 
fieldin the givenobject.inherited - 
  vTableGetNullable(
BufferContext object, int offset, int field) → T?  - 
  Read the value of the given 
fieldin the givenobject.inherited 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited