Virtual class

Implemented types

Constructors

Virtual()

Properties

hashCode int
The hash code for this object.
no setterinherited
root VDir
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect() → void
Method for connecting the file system.
override
create(String path, {bool recursive = false, EntityType type = EntityType.file}) → void
override
delete(String path, {bool recursive = false, EntityType type = EntityType.file}) → void
Deletes this Entity
override
disconnect() → void
Method for disconnecting the file system.
override
exists(String path, {EntityType type = EntityType.file}) bool
override
list(String dirPath) Stream<Entity>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(String path, {EntityType type = EntityType.file}) VEntity?
openRead(String filePath) Stream<List<int>>
override
stat(String path, {EntityType type = EntityType.file}) Stat
Returns Stat for Entity.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

copyVirtualToVirtual({required String filePathIn, required String dirPathOut, required Virtual fsIn, required Virtual fsOut}) File
moveVirtualToVirtual({required String filePathIn, required String dirPathOut, required Virtual fsIn, required Virtual fsOut, EntityType type = EntityType.file}) Entity