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
Description
public interface Flushable
  A Flushable is a destination of data that can be flushed.
See also:   
Methods
Hide/Show inherited methods
public void flush () throws IOException
  Flushes this stream by writing any buffered output to the underlying stream.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar