Interface FlushReceiver
public interface FlushReceiver
Something that can be flushed.
- Author:
- Andreas Gudian
-
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
-