MobiFragment class
Constructors
- MobiFragment.new()
- MobiFragment.create(BigInt rawOffset, Uint8List fragment, BigInt size)
Properties
- fragment ↔ Uint8List
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- next ↔ MobiFragment?
-
getter/setter pair
- rawOffset ↔ BigInt
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size ↔ BigInt
-
getter/setter pair
Methods
-
add(
BigInt rawOffset, Uint8List fragment, BigInt size) → MobiFragment -
insert(
BigInt rawOffset, Uint8List data, BigInt size, int offset) → MobiFragment -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited