MPIFileSystem class

Implemented types

Constructors

MPIFileSystem(InvocationHandler _h)

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

delete(List<String> paths, {Context? ctx}) Future<void>
Delete files.
override
exist(String path, {Context? ctx}) Future<bool?>
Exist Check file path exist in system
override
ioc() → void
override
list(String path, {Context? ctx}) Future<FileEntry?>
List all file trees.
override
methods() Map<String, Introspector>
override
mkdir(String path, {Context? ctx}) Future<void>
Mkdir
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String path, {Context? ctx}) Future<Uint8List?>
Read from the path.
override
remove(String path, {Context? ctx}) Future<void>
Remove directories.
override
toString() String
A string representation of this object.
inherited
write(String path, Uint8List buff, {Context? ctx}) Future<void>
Write
override

Operators

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