Liking cljdoc? Tell your friends :D
Clojure only.

jdk.io.Flushable

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.
raw docstring

flushclj

(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
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close