| Changed Classes and Interfaces |
|
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. |
|
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. |
|
InputSupplier
|
A factory for readable streams of bytes or characters. |
|
OutputSupplier
|
A factory for writable streams of bytes or characters. |
|
Resources
|
Provides utility methods for working with resources in the classpath. |