ValueSetter class abstract

Implementers

Constructors

ValueSetter(ByteSetter data, int endian)

Properties

data ByteSetter
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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setByte(int value) → void
Set a byte, should be equal for all endians
setDouble(double value) → void
setDoubleAt(double data, int index) → void
setInt(int value) → void
setIntAt(int value, int index) → void
Set a 32-Bit integer
setLong(int value) → void
setLongAt(int data, int index) → void
Set a long value. This is not needed directly, but as a nice side-effect from GetDouble.
toString() String
A string representation of this object.
inherited

Operators

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