Package org.fest.util

Class Flushables

java.lang.Object
org.fest.util.Flushables

public class Flushables extends Object
Utility methods related to Flushable.
Author:
Yvonne Wang
  • Method Details

    • flush

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