Flush bytes or chars contained in the buffer. @throws IOException An underlying IOException occurred
()
| 251 | * @throws IOException An underlying IOException occurred |
| 252 | */ |
| 253 | @Override |
| 254 | public void flush() throws IOException { |
| 255 | doFlush(true); |
| 256 | } |
| 257 | |
| 258 | |
| 259 | /** |