LayoutByteReader class
Constructors
-
LayoutByteReader(List<
int> bytes) -
LayoutByteReader.write(List<
int> _bytes)
Properties
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