Generated by
JDiff

Package com.google.common.io

Removed Classes
LimitInputStream An InputStream that limits the number of bytes which can be read.
NullOutputStream Implementation of OutputStream that simply discards written bytes.
 

Added Classes
BaseEncoding.DecodingException Exception indicating invalid base-encoded input encountered while decoding.
 

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.