| Interface | Description |
|---|---|
| IFileOperationCallback |
Callback interface for
FileOperationManager. |
| IFileOperationManager |
Interface for a manager operating on the file system.
|
| Class | Description |
|---|---|
| CollatingComparatorFileName |
Sort files by their base name.
|
| ComparatorFileAbsolutePath |
Sort files by their absolute path name.
|
| ComparatorFileName |
Sort files by their base name.
|
| DefaultFileOperationCallback |
Default implementation of
IFileOperationCallback doing nothing. |
| FileHelper |
Miscellaneous file utility methods.
|
| FileIOError |
Represents an error with an additional error object.
|
| FilenameHelper |
All kind of file name handling stuff.
|
| FileOperationManager |
Manage file operations, and persist the last errors for later retrieval, as
well as offering a callback mechanism for success/error handling.
|
| FileOperations |
Wraps file operations.
|
| LoggingFileOperationCallback |
A logging implementation of the
IFileOperationCallback interface. |
| SimpleFileIO |
All kind of file handling stuff.
|
| Enum | Description |
|---|---|
| EFileIOErrorCode |
Represents a set of predefined error codes that can occur in file operations.
|
| EFileIOOperation |
An enumeration that encapsulates all available file IO operation types.
|
| ERandomAccessFileMode |
Represents a set of predefined open modes for RandomAccessFile objects.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.