JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="ej.api" name="edc" rev="1.3.5" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
java.io
Interface Flushable
All Known Implementing Classes:
BufferedOutputStream
,
BufferedWriter
,
ByteArrayOutputStream
,
ChunkedOutputStream
,
DataOutputStream
,
FileOutputStream
,
FilterOutputStream
,
Formatter
,
OutputStream
,
OutputStreamWriter
,
PipedOutputStream
,
PipedWriter
,
PosterOutputStream
,
PrintStream
,
PrintWriter
,
StringWriter
,
Writer
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.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
flush
()
Flushes this stream by writing any buffered output to the underlying stream.
Method Detail
flush
void flush() throws
IOException
Flushes this stream by writing any buffered output to the underlying stream.
Throws:
IOException
- If an I/O error occurs
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="ej.api" name="edc" rev="1.3.5" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method