ValueGetter class abstract

Implementers

Constructors

ValueGetter(ByteGetter data, int endian)

Properties

data ByteGetter
getter/setter pair
endian int
final
hashCode int
The hash code for this object.
no setterinherited
position int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getByte() int
Get a byte, should be equal for all endians
getDouble() double
Get a double.
getDoubleAt(int index) double
getInt() int
getIntAt(int index) int
Get a 32-Bit integer
getLong() int
getLongAt(int index) int
Get a long value. This is not needed directly, but as a nice side-effect from GetDouble.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited