Method
flush
Flushes the remaining client data. @throws IOException I/O exception
()
Source from the content-addressed store, hash-verified
| 42 | * @throws IOException I/O exception |
| 43 | */ |
| 44 | public void flush() throws IOException { |
| 45 | while(read() != -1); |
| 46 | } |
| 47 | } |
Tested by
no test coverage detected