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

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

Introduction

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

The text is from its open source code.

Method

voidflush(Flushable flushable, boolean swallowIOException)
Flush a Flushable , with control over whether an IOException may be thrown.
voidflushQuietly(Flushable flushable)
Equivalent to calling flush(flushable, true) , but with no IOException in the signature.