XDRSetter class

Big endian

Inheritance

Constructors

XDRSetter(ByteSetter data)

Properties

data ByteSetter
getter/setter pairinherited
endian int
finalinherited
hashCode int
The hash code for this object.
no setterinherited
position int
getter/setter pairinherited
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
inherited
setDouble(double value) → void
inherited
setDoubleAt(double value, int index) → void
override
setInt(int value) → void
inherited
setIntAt(int value, int index) → void
Set a 32-Bit integer
override
setLong(int value) → void
inherited
setLongAt(int value, int index) → void
Set a long value. This is not needed directly, but as a nice side-effect from GetDouble.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

NUMBER int
final