BufferedOutput.flush

Flush all buffer content to the specific conduit.

Flush the contents of this buffer. This will block until all content is actually flushed via the associated conduit, whereas drain() will not.

class BufferedOutput
final override
flush
()

Throws

an IOException on premature Eof.

Meta