Package org.fest.util
Class Flushables
java.lang.Object
org.fest.util.Flushables
Understands utility methods related to
Flushable
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Flushes the given
s, ignoring any thrown exceptions.Flushable
private static void
-
Constructor Details
-
Flushables
private Flushables()
-
-
Method Details
-
flush
Flushes the given
s, ignoring any thrown exceptions.Flushable
- Parameters:
flushables
- theFlushable
s to flush.
-
flushFlushable
-