A Flushable is a destination of data that can be flushed. The flush method is invoked to write any buffered output to the underlying stream.
A Flushable is a destination of data that can be flushed. The flush method is invoked to write any buffered output to the underlying stream.
(flush this)
Flushes this stream by writing any buffered output to the underlying stream.
throws: java.io.IOException - If an I/O error occurs
Flushes this stream by writing any buffered output to the underlying stream. throws: java.io.IOException - If an I/O error occurs
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close