Generated by
JDiff

Class com.google.common.io.Closeables

Removed Methods
void closeQuietly(InputStream) Closes the given InputStream, logging any {@code IOException} that's thrown rather than propagating it.
void closeQuietly(Reader) Closes the given Reader, logging any {@code IOException} that's thrown rather than propagating it.
 

Added Methods
void closeQuietly(InputStream) Closes the given InputStream, logging any {@code IOException} that's thrown rather than propagating it.
void closeQuietly(Reader) Closes the given Reader, logging any {@code IOException} that's thrown rather than propagating it.
 

Changed Methods
void close(Closeable, boolean) Change in signature from (Closeable, boolean) to (java.io.Closeable, boolean).
Closes a Closeable, with control over whether an {@code IOException} may be thrown.