LayoutByteReader class

Constructors

LayoutByteReader(List<int> bytes)
LayoutByteReader.write(List<int> _bytes)

Properties

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, {bool sign = false}) Tuple<int, BigInt>
getCompactDataOffset(int offset) int
getCompactLengthInfos(int offset, {bool sign = false}) Tuple<int, int>
getCompactTotalLenght(int offset) Tuple<int, int>
getReader(int start, int end) LayoutByteReader
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