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