|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
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, |
Change in signature from (Closeable, boolean ) to (java.io.Closeable, boolean ). |
Closes a Closeable, with control over whether an {@code IOException} may be thrown. |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |