LayoutByteReader class

Properties

bytes List<int>
no setter
hashCode int
The hash code for this object.
no setterinherited
last int
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

at(int index) int
getCompactBigintInfos(int offset) Tuple<int, BigInt>
getCompactDataOffset(int offset) int
getCompactLengthInfos(int offset) Tuple<int, int>
getCompactTotalLenght(int offset) Tuple<int, int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sublist(int start, int end) List<int>
toString() String
A string representation of this object.
inherited

Operators

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