| Interface | Description |
|---|---|
| ByteArrayDataInput |
ByteArrayDataInput
|
| ByteArrayDataOutput |
An extension of
DataOutput for writing to in-memory byte arrays; its
methods offer identical functionality but do not throw IOException. |
| ByteProcessor<T> |
A callback interface to process bytes from a stream.
|
| LineProcessor<T> |
LineProcessor
|
| Class | Description |
|---|---|
| BaseEncoding |
A binary encoding scheme for reversibly translating between byte sequences and printable ASCII
strings.
|
| ByteSink |
A destination to which bytes can be written, such as a file.
|
| ByteSource |
A readable source of bytes, such as a file.
|
| ByteStreams |
Provides utility methods for working with byte arrays and I/O streams.
|
| CharSink |
A destination to which characters can be written, such as a text file.
|
| CharSource |
A readable source of characters, such as a text file.
|
| CharStreams |
Provides utility methods for working with character streams.
|
| Closeables |
Utility methods for working with
Closeable objects. |
| Closer | |
| LineReader |
A class for reading lines of text.
|
| Exception | Description |
|---|---|
| BaseEncoding.DecodingException |
Exception indicating invalid base-encoded input encountered while decoding.
|