Interface FlushReceiver


  • public interface FlushReceiver
    Something that can be flushed.
    Author:
    Andreas Gudian
    • Method Detail

      • flush

        void flush()
            throws java.io.IOException
        Performs a flush, releasing any buffered resources.
        Throws:
        java.io.IOException - in case the flush operation failed