MobiBuffer class

Constructors

MobiBuffer.new(Uint8List data, int offset)

Properties

data Uint8List
final
hashCode int
The hash code for this object.
no setterinherited
maxlen int
getter/setter pair
offset int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add8(int data) → void
addRaw(Uint8List data, int len) → void
copy(MobiBuffer dest, int len) → void
fillInt64() int
getInt16() int
getInt32() int
getInt32Le() int
getInt8() int
getRaw(int len) Uint8List
getString(int length) String
getStringAsByte(int length) Uint8List
getVarLen(int len, {dynamic backward = false}) → (int, int)
matchMagic(String magic) bool
matchMagicOffset(String magic, int offset) bool
move(int moveOffset, int len) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
seek(int diff, [bool set = false]) → void
setPos(int pos) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited