Uint16ListReader class
Reads a list of unsigned 16-bit integers as a Uint16List.
The Uint16ListReader from FlatBuffers does not use a Uint16List.
- Inheritance
-
- Object
- Reader<
Uint16List> - Uint16ListReader
Constructors
- Uint16ListReader()
-
See Uint16ListReader.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
The size of the value in bytes.
no setterinherited
- valueLength → int
-
The length of a number value in bytes.
no setter
Methods
-
createList(
int length) → Uint16List -
getNumValue(
ByteData byteData, int byteOffset) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
BufferContext bc, int offset) → Uint16List -
Read the value at the given
offset
inbc
.inherited -
toString(
) → String -
A string representation of this object.
inherited
-
vTableGet(
BufferContext object, int offset, int field, Uint16List defaultValue) → Uint16List -
Read the value of the given
field
in the givenobject
.inherited -
vTableGetNullable(
BufferContext object, int offset, int field) → Uint16List? -
Read the value of the given
field
in the givenobject
.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited