BigIntLayout class
Represents a layout for big integers.
Constructors
- BigIntLayout(int span, {bool sign = false, Endian order = Endian.little, String? property})
Properties
Methods
-
clone(
{String? newProperty}) → Layout -
override
-
decode(
List< int> bytes, {int offset = 0}) → BigInt -
override
-
encode(
BigInt source, LayoutByteWriter writer, {int offset = 0}) → int -
override
-
getSpan(
List< int> ? bytes, {int offset = 0}) → int -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
BigInt soruce, {int? size, int offset = 0}) → List< int> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited