All Classes and Interfaces

Class
Description
A binary encoding scheme for reversibly translating between byte sequences and printable ASCII strings.
Exception indicating invalid base-encoded input encountered while decoding.
An extension of DataInput for reading from in-memory byte arrays; its methods offer identical functionality but do not throw IOException.
An extension of DataOutput for writing to in-memory byte arrays; its methods offer identical functionality but do not throw IOException.
ByteProcessor<T extends @Nullable Object>
A callback interface to process bytes from a stream.
A destination to which bytes can be written, such as a file.
A readable source of bytes, such as a file.
Provides utility methods for working with byte arrays and I/O streams.
A destination to which characters can be written, such as a text file.
A readable source of characters, such as a text file.
Provides utility methods for working with character streams.
Utility methods for working with Closeable objects.
A Closeable that collects Closeable resources and closes them all when it is closed.
An InputStream that counts the number of bytes read.
An OutputStream that counts the number of bytes written.
An OutputStream that starts buffering to a byte array, but switches to file buffering once the data reaches a configurable size.
Provides utility methods for working with files.
Modes for opening a file for writing.
Utility methods for working with Flushable objects.
Exception indicating that a recursive delete can't be performed because the file system does not have the support necessary to guarantee that it is not vulnerable to race conditions that would allow it to delete files and directories outside of the directory being deleted (i.e., SecureDirectoryStream is not supported).
LineProcessor<T extends @Nullable Object>
A callback to be used with the streaming readLines methods.
A class for reading lines of text.
An implementation of DataInput that uses little-endian byte ordering for reading short, int, float, double, and long values.
An implementation of DataOutput that uses little-endian byte ordering for writing char, short, int, float, double, and long values.
Static utilities for use with Path instances, intended to complement Files.
File name filter that only accepts files matching a regular expression.
Provides utility methods for working with resources in the classpath.