Interface FlushReceiver
-
- All Known Implementing Classes:
OutputStreamFlushableCommandline.OutputStreamFlushReceiver
public interface FlushReceiverSomething that can be flushed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflush()Performs a flush, releasing any buffered resources.
-