LayoutByteReader class

Constructors

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

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
decodeScale(int offset) → LayoutDecodeResult<BigInt>
decodeScaleAsInteger(int offset) → LayoutDecodeResult<int>
decodeVarintAsInteger(int offset) → LayoutDecodeResult<int>
getScaleLength(int offset) → int
getVarintLength(int offset) → int
isEnd(int offset) → bool
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