Package org.fest.util
Class Flushables
- java.lang.Object
-
- org.fest.util.Flushables
-
public class Flushables extends java.lang.Object
Utility methods related to
.Flushable
- Author:
- Yvonne Wang
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
flush(java.io.Flushable... flushables)
Flushes the given
s, ignoring any thrown exceptions.Flushable
-