FilesystemBroker<T> class abstract

Inheritance
Implementers

Constructors

FilesystemBroker(String path, {bool createPathIfNotExists = false, bool exceptionWhenFileNotExists = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
prefix String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wfile WFile
final

Methods

clear() → void
Delete all pairs of key-value.
override
delete(String key) → void
Delete this key-value.
override
exists(String key) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String key) → T?
inherited
toString() String
A string representation of this object.
inherited
write(String key, T value) → void
inherited

Operators

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