Module java.base
Package java.io

Interface Flushable

    • Method Detail

      • flush

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