Package | Description |
---|---|
com.google.common.io |
This package contains utility methods and classes for working with Java I/O;
for example input streams, output streams, readers, writers, and files.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Closer.LoggingSuppressor
Suppresses exceptions by logging them.
|
(package private) static class |
Closer.SuppressingSuppressor
Suppresses exceptions by adding them to the exception that will be thrown using JDK7's
addSuppressed(Throwable) mechanism.
|
Modifier and Type | Field and Description |
---|---|
(package private) Closer.Suppressor |
Closer.suppressor |
private static Closer.Suppressor |
Closer.SUPPRESSOR
The suppressor implementation to use for the current Java version.
|
Constructor and Description |
---|
Closer(Closer.Suppressor suppressor) |