Interface | Description |
---|---|
IFileFilter | |
IFileOperationCallback |
Callback interface for
FileOperationManager . |
IFileOperationManager |
Interface for a manager operating on the file system.
|
Class | Description |
---|---|
FileChannelHelper |
Miscellaneous
FileChannel utility methods. |
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.
|
FileSystemIterator |
Iterate over the content of a single directory.
|
FileSystemRecursiveIterator |
Recursively iterate the content of a file system directory.
|
LoggingFileOperationCallback |
A logging implementation of the
IFileOperationCallback interface. |
PathHelper |
Miscellaneous file utility methods.
|
PathOperations |
Wraps file operations.
|
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–2019 Philip Helger. All rights reserved.