java.io
public interface: Flushable [javadoc |
source]
All Known Implementing Classes:
PipedOutputStream, DataOutputStream, BlockDataOutputStream, InflaterOutputStream, MeteredStream, StringWriter, RTFReader, GZIPOutputStream, CipherOutputStream, OutputStream, FilterOutputStream, LogStream, Console, CharArrayWriter, BufferedWriter, DigestOutputStream, MarshalledObjectOutputStream, DeflaterOutputStream, ZipOutputStream, ForwardingJavaFileManager, ZOutputStream, PrintWriter, CheckedOutputStream, NullOutputStream, RTFParser, FileOutputStream, BufferedOutputStream, StandardJavaFileManager, JarOutputStream, FileWriter, OutputStreamWriter, ByteArrayOutputStream, SocketOutputStream, ObjectOutputStream, Writer, JavaFileManager, PipedWriter, PrintStream, NPrintWriter, FilterWriter, AbstractFilter
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.
| Method from java.io.Flushable Summary: |
|---|
|
flush |
| Method from java.io.Flushable Detail: |
public void flush() throws IOException
Flushes this stream by writing any buffered output to the underlying
stream. |