Package java.io

Interface Flushable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void flush()
      Flushes the object by writing out any buffered data to the underlying output.
    • Method Detail

      • flush

        void flush()
            throws IOException
        Flushes the object by writing out any buffered data to the underlying output.
        Throws:
        IOException - if there are any issues writing the data.