FileDocCategorySizeDatePackage
Flushable.javaAPI DocJava SE 5 API665Fri Aug 26 14:57:00 BST 2005java.io

Flushable

public interface 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.
version
1.1 04/04/21
since
1.5

Fields Summary
Constructors Summary
Methods Summary
public voidflush()
Flushes this stream by writing any buffered output to the underlying stream.

throws
IOException If an I/O error occurs