public interface

Flushable

java.io.Flushable
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
abstract void flush()
Flushes this stream by writing any buffered output to the underlying stream.

Public Methods

public abstract void flush ()

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

Throws
IOException If an I/O error occurs