Flushable

interface Flushable

port of java.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.

Since

1.5

Inheritors

Functions

Link copied to clipboard
abstract fun flush()

Flushes this stream by writing any buffered output to the underlying stream.