|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Flushable
A Flushable class represents a stream of
data, for which internally buffered data can be `flushed'.
Flushing such a stream causes the buffered data to be
written to the stream.
| Method Summary | |
|---|---|
void |
flush()
Flushes the stream represented by this class, so that any buffered data is written to the stream. |
| Method Detail |
|---|
void flush()
throws IOException
IOException - if an I/O error occurs in flushing.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||