Generated by
JDiff

Package com.google.common.io

Added Classes
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).
MoreFiles Static utilities for use with Path instances, intended to complement Files.
RecursiveDeleteOption Options for use with recursive delete methods (MoreFiles.deleteRecursively and MoreFiles.deleteDirectoryContents).
 

Changed Classes and Interfaces
ByteArrayDataInput An extension of {@code DataInput} for reading from in-memory byte arrays; its methods offer identical functionality but do not throw IOException.
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.
Closeables Utility methods for working with Closeable objects.
Files Provides utility methods for working with File files.
LineReader A class for reading lines of text.