Interface Flushable
public interface Flushable
Indicates that an output object can be flushed.
- Since:
- 1.5
-
Method Summary
Modifier and TypeMethodDescriptionvoidflush()Flushes the object by writing out any buffered data to the underlying output.
-
Method Details
-
flush
Flushes the object by writing out any buffered data to the underlying output.
- Throws:
IOException- if there are any issues writing the data.
-