All Known Implementing Classes:
OutputStreamFlushReceiver

public interface FlushReceiver
Something that can be flushed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Performs a flush, releasing any buffered resources.
  • Method Details

    • flush

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