API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.io.
Flushable
View Source
Author(s)
Since
1.5
Version
1.2 05/11/17
Serial
Hierarchy
Flushable
Subinterfaces
See ALL subinterfaces
JavaFileManager
See DIRECT subinterfaces
JavaFileManager
StandardJavaFileManager
Quick Links:
Methods
Fields
Description
public
interface Flushable
A
Flushable
is a destination of data that can be flushed.
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.
See also:
Methods
Hide/Show inherited methods
public
void
flush
() throws
IOException
Flushes this stream by writing any buffered output to the underlying stream.
Flushes this stream by writing any buffered output to the underlying
stream.
Throws:
-
IOException
- If an I/O error occurs
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar