Flushes the object by writing out any buffered data to the underlying output. @throws IOException if there are any issues writing the data.
()
| 36 | * if there are any issues writing the data. |
| 37 | */ |
| 38 | void flush() throws IOException; |
| 39 | } |
no outgoing calls