Interface | Description |
---|---|
AsyncFile |
Represents a file on the file-system which can be read from, or written to asynchronously.<p>
This class also implements
ReadStream and
WriteStream . |
FileProps |
Represents properties of a file on the file system<p>
Instances of FileProps are thread-safe<p>
|
FileSystem |
Contains a broad set of operations for manipulating files.<p>
A blocking and non blocking version of each operation is provided.<p>
The non blocking versions take a handler which is called when the operation completes or an error occurs.<p>
The blocking versions return the results, or throw exceptions directly.<p>
It is highly recommended the non blocking versions are used unless you are sure the operation
will not block for a significant period of time.<p>
Instances of FileSystem are thread-safe.<p>
|
FileSystemProps |
Represents properties of the file system.<p>
Instances of FileSystemProps are thread-safe.<p>
|
Class | Description |
---|---|
OpenOptions |
Exception | Description |
---|---|
FileSystemException |
Exception thrown by the FileSystem class
|
Copyright © 2014. All Rights Reserved.