Interface FlushReceiver
- All Known Implementing Classes:
OutputStreamFlushReceiver
public interface FlushReceiver
Something that can be flushed.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
flush()
Performs a flush, releasing any buffered resources.
-
Method Details
-
flush
Performs a flush, releasing any buffered resources.- Throws:
IOException
- in case the flush operation failed
-