Uint32Reader class
The reader of unsigned 32-bit integers.
- Inheritance
- Object
- Reader<
int> - Uint32Reader
Constructors
- Uint32Reader()
-
const
Properties
- size → int
-
The size of the value in bytes.
read-only, override
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
read(
BufferContext bc, int offset) → int -
Read the value at the given
offset
inbc
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
vTableGet(
BufferContext object, int offset, [ int field, [ int defaultValue ]) → int -
Read the value of the given
field
in the givenobject
.inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited