Reader<T> class
abstract
Object that can read a value at a BufferContext.
- Implementers
- BoolListReader
- BoolReader
- Float32ListReader
- Float32Reader
- Float64ListReader
- Float64Reader
- Int8ListReader
- Int8Reader
- Int16Reader
- Int32Reader
- Int64Reader
- ListReader
- StringReader
- StructReader
- TableReader
- Uint8ListReader
- Uint8Reader
- Uint16ListReader
- Uint16Reader
- Uint32ListReader
- Uint32Reader
- Uint64Reader
Constructors
- Reader()
-
const
Properties
Methods
-
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
offset
inbc
. -
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
field
in the givenobject
. -
vTableGetNullable(
BufferContext object, int offset, int field) → T? -
Read the value of the given
field
in the givenobject
.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited