| Changed Classes |
|
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. |
|
FileBackedOutputStream
|
An OutputStream that starts buffering to a byte array, but
switches to file buffering once the data reaches a configurable size. |
|
Files
|
Provides utility methods for working with files. |