Package org.fest.util

Class 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 Flushables, ignoring any thrown exceptions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • flush

        public static void flush​(java.io.Flushable... flushables)
        Flushes the given Flushables, ignoring any thrown exceptions.
        Parameters:
        flushables - the Flushables to flush.