NDRGetter class

Little endian

Inheritance

Constructors

NDRGetter(ByteGetter data)

Properties

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

getByte() int
Get a byte, should be equal for all endians
inherited
getDouble() double
Get a double.
inherited
getDoubleAt(int index) double
override
getInt() int
inherited
getIntAt(int index) int
Get a 32-Bit integer
override
getLong() int
inherited
getLongAt(int index) int
Get a long value. This is not needed directly, but as a nice side-effect from GetDouble.
override
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

Static Properties

NUMBER int
final