Java com.google.common.io Closeables fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.io Closeables fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.io Closeables.

The text is from its open source code.

Method

voidclose(@Nullable Closeable closeable, boolean swallowIOException)
Closes a Closeable , with control over whether an IOException may be thrown.
voidcloseQuietly(@Nullable InputStream inputStream)
Closes the given InputStream , logging any IOException that's thrown rather than propagating it.
voidcloseQuietly(@Nullable Reader reader)
Closes the given Reader , logging any IOException that's thrown rather than propagating it.