interzoneDisk class

Constructors

interzoneDisk(dynamic db)

Properties

dataPulledDisk int
getter/setter pair
dataPushedDisk int
getter/setter pair
db → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
readCapsule Future<Uint8List?>
no setter
readDeletesPreferences Future<List<int>?>
no setter
readIpfsPreferences Future<String>
no setter
readKatamari Future<Uint8List>
no setter
readMutesPreferences Future<List<String>?>
no setter
readPreferences Future<String>
no setter
ready bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

commitCapsule(Uint8List capsule) Future<bool>
commitCid(Uint8List data, String cid) Future<bool>
commitDeletesPreferences(List<int> l) Future<bool>
commitIpfsPreferences(String l) Future<bool>
commitKatamari(Uint8List capsule) Future<bool>
commitMutesPreferences(List<String> l) Future<bool>
commitPreferences(String prefs) Future<bool>
commitUint64List(List<int> l, String target) Future<bool>
commitUint8List(Uint8List l, String target) Future<bool>
deleteUint8List(String target) Future<bool>
dropCid(String cid) bool
init(String path, bool ghostMode) Future<bool>
ListFromUint64binary(Uint8List data) List<int>
mapCidToXX(String cid, String xx) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readCid(String cid) Uint8List?
readCidForXX(String xx) Future<String?>
readUint64List(String target) Future<List<int>>
readUint8List(String target) Future<Uint8List>
toString() String
A string representation of this object.
inherited
Uint64binaryList(List<int> d) Uint8List

Operators

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