DartMobiReader class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Static Methods
-
decodeExthValue(
Uint8List data, int size) → int -
getExthRecordByTag(
MobiData data, MobiExthTag tag) → MobiExthHeader? -
getKf8BoundarySeqNumber(
MobiData data) → int -
getRecordBySeqNumber(
MobiPdbRecord record, int seqNumber) → MobiPdbRecord? -
read(
Uint8List data) → Future< MobiData> -
readExthHeader(
MobiBuffer buffer) → Future< MobiExthHeader> -
readFdst(
MobiData data) → MobiFdst -
readMobiHeader(
MobiRecord0Header record0, MobiBuffer buffer) → Future< MobiHeader> -
readPdbHeader(
MobiBuffer buffer) → Future< MobiPdbHeader> -
readPdbRecord(
MobiPdbRecord record, MobiBuffer buffer) → Future< void> -
readPdbRecordList(
MobiPdbHeader header, MobiBuffer buffer) → Future< MobiPdbRecord> -
readRecord0Header(
MobiData data, MobiPdbRecord record, int seqNumber) → Future< MobiRecord0Header>