Generated by
JDiff

Package com.google.common.io

Changed Classes and Interfaces
BaseEncoding A binary encoding scheme for reversibly translating between byte sequences and printable ASCII strings.
ByteArrayDataInput An extension of {@code DataInput} for reading from in-memory byte arrays; its methods offer identical functionality but do not throw IOException.
ByteArrayDataOutput An extension of {@code DataOutput} for writing to in-memory byte arrays; its methods offer identical functionality but do not throw IOException.
ByteProcessor A callback interface to process bytes from a stream.
ByteSource A readable source of bytes, such as a file.
CharSource A readable source of characters, such as a text file.
InputSupplier A factory for readable streams of bytes or characters.
LineProcessor A callback to be used with the streaming {@code readLines} methods.
OutputSupplier A factory for writable streams of bytes or characters.