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