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