All Classes and Interfaces

Class
Description
Abstract base class for an IReadableResource that is not really a resource but where the API does not offer alternatives.
A wrapper around a readable resource for InputStream manipulation .
A wrapper around a writable resource for OutputStream manipulation .
This class contains the File based APIs for Base64
Some very basic NIO channel utility stuff.
Class helper methods.
Wraps a class path object as a readable resource.
Simple resource provider that only uses files.
A special FileInputStream sub class that keeps track of all read bytes for the statistics handler.
A special FileOutputStream sub class that keeps track of all written bytes for the statistics handler.
The default resource provider.
A simple resource resolver that can handle URLs, JAR files and file system resources.
Represents a set of predefined error codes that can occur in file operations.
An enumeration that encapsulates all available file IO operation types.
Represents a set of predefined open modes for RandomAccessFile objects.
Enum for fixed actions.
Miscellaneous FileChannel utility methods.
Miscellaneous file utility methods.
File based persisting IIntIDFactory implementation.
Represents an error with an additional error object.
File based persisting ILongIDFactory implementation.
All kind of file name handling stuff.
Manage file operations, and persist the last errors for later retrieval, as well as offering a callback mechanism for success/error handling.
Wraps file operations.
Default implementation of IFileRelativeIO.
Implementation of the IInputStreamProvider and IOutputStreamProvider interfaces for File objects.
Implementation of the IInputStreamProvider and IOutputStreamProvider interfaces for File objects.
Iterate over the content of a single directory.
Recursively iterate the content of a file system directory.
Implementation of the IReadableResource and IWritableResource interfaces for file system objects.
Simple resource provider that only uses files.
A readable resource that is GZIP compressed.
A writable resource that is GZIP compressed.
Abstract interface that collects FileFilter, FilenameFilter and Predicate.
Callback interface for FileOperationManager.
Interface for a manager operating on the file system.
An extended IPathRelativeIO version that uses files as the basis.
A callback interface to retrieve InputStream objects from a given name.
Marker interface for readable resources that are "in-memory" only.
Register the IO specific type converter
A callback interface to retrieve OutputStream objects from a given name.
A read-only version of a path-relative IO component.
Base interface for an abstract readable resource.
Resource provider interface for readable resources.
A callback interface to retrieve Reader objects from a given name.
Base interface for an abstract resource that is both readable and writable.
Base interface for an abstract readable resource.
The callback interface to be implemented to get notified about changes in a directory in the WatchDir class.
Interface for readable resources that are "wrapped".
Interface for writable resources that are "wrapped".
Base interface for an abstract writable resource.
Resource provider interface for readable and writable resources.
A callback interface to retrieve Writer objects from a given name.
A logging implementation of the IFileOperationCallback interface.
Miscellaneous file utility methods.
Wraps file operations.
Default implementation of IPathRelativeIO.
Helper class to ease the use of Properties class.
An in-memory IReadableResource based on a byte array.
An in-memory IReadableResource based on an InputStream.
A readable resource provider that chains multiple IReadableResourceProvider.
An in-memory IReadableResource based on a String which is converted to a byte array with the provided charset.
All kind of file handling stuff.
A utility class that converts sizes into the corresponding Kilobyte, Megabyte etc. notation.
This class is not thread-safe, because the DecimalFormat class is not thread-safe!
Some very basic IO stream utility stuff.
URL cleanser.
Implementation of the IReadableResource interface for URL objects.
The URL resource provider.
Generic directory watching service using the default JDK WatchService class.
A resource provider chain implementation of IWritableResourceProvider .