See: Description
| Interface | Description |
|---|---|
| DriveOperationsSequence.Operation |
Interface for an operation.
|
| Class | Description |
|---|---|
| CreateDirectoryTask |
Task to create a directory.
|
| DirectoryReader |
Read the content of a directory (files and sub-directories).
|
| DirectoryReader.ListSubDirectories |
Task to list only sub-directories.
|
| DirectoryReader.Request |
Request specifying which information to retrieve on each element contained in the directory.
|
| DirectoryReader.Result |
Result.
|
| DriveOperationsSequence |
Task to execute a sequence of operation on a file, and avoid separate them into different tasks.
|
| DriveOperationsSequence.ReadOperation |
Read data from a file.
|
| DriveOperationsSequence.WriteIntegerOperation |
Write an integer value using
ByteBuffer.putInt(int). |
| DriveOperationsSequence.WriteLongOperation |
Write a long value using
ByteBuffer.putLong(long). |
| DriveOperationsSequence.WriteOperation |
Write data to a file.
|
| DriveOperationsSequence.WriteOperationSubBuffer |
Write a sub-part of a buffer.
|
| FileAccess |
This class is used as a bridge between
FileIO and dedicated tasks. |
| FullReadFileTask |
Task to read all bytes from a file.
|
| GetFileInfoTask |
Task to retrieve a FileInfo from a file.
|
| RemoveDirectoryContentTask |
Task to remove the content of a directory (all its files and sub-directories).
|
| RemoveDirectoryTask |
Task to remove a directory and all its content.
|
| RemoveFileTask |
Task to remove a file.
|
| RenameFileTask |
Task to create a directory.
|
Copyright © 2019. All rights reserved.