Flushes the object by writing out any buffered data to the underlying output. @throws IOException if there are any issues writing the data.
()
| 30 | * if there are any issues writing the data. |
| 31 | */ |
| 32 | void flush() throws IOException; |
| 33 | } |
no outgoing calls
no test coverage detected