()
| 339 | } |
| 340 | |
| 341 | @Override |
| 342 | public int available() throws IOException { |
| 343 | assertOpen(); |
| 344 | return Math.toIntExact(file.length() - file.getFilePointer()); |
| 345 | } |
| 346 | |
| 347 | @Override |
| 348 | public void close() throws IOException { |
nothing calls this directly
no test coverage detected