Generated by
JDiff

Package com.google.common.io

Changed Classes and Interfaces
ByteProcessor A callback interface to process bytes from a stream.
ByteSource A readable source of bytes, such as a file.
ByteStreams Provides utility methods for working with byte arrays and I/O streams.
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 A Closeable that collects {@code Closeable} resources and closes them all when it is #close closed.
Files Provides utility methods for working with File files.
InsecureRecursiveDeleteException Exception indicating that a recursive delete can't be performed because the file system does not have the support necessary to guarantee that it is not vulnerable to race conditions that would allow it to delete files and directories outside of the directory being deleted (i.e., SecureDirectoryStream is not supported).
LineProcessor A callback to be used with the streaming {@code readLines} methods.
PatternFilenameFilter File name filter that only accepts files matching a regular expression.
Resources Provides utility methods for working with resources in the classpath.