Interface Flushable

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Flushes this stream by writing any buffered output to the underlying stream.
  • Method Details

    • flush

      void flush() throws IOException
      Flushes this stream by writing any buffered output to the underlying stream.
      Throws:
      IOException - If an I/O error occurs