Searched refs:flushable (Results 1 – 2 of 2) sorted by relevance
53 public static void flush(Flushable flushable, boolean swallowIOException) in flush() argument56 flushable.flush(); in flush()73 public static void flushQuietly(Flushable flushable) { in flushQuietly() argument75 flush(flushable, true); in flushQuietly()
98 private void doFlush(Flushable flushable, boolean swallowException, in doFlush() argument101 Flushables.flush(flushable, swallowException); in doFlush()110 verify(flushable); in doFlush()