| java.io.Flushable | 
Defines an interface for classes that can (or need to) be flushed, typically before some output processing is considered to be finished and the object gets closed.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Flushes the object by writing out any buffered data to the underlying
 output. | |||||||||||
Flushes the object by writing out any buffered data to the underlying output.
| IOException | if there are any issues writing the data. | 
|---|