Close and remove this temp file.
()
| 48 | * Close and remove this temp file. |
| 49 | */ |
| 50 | public void close() { |
| 51 | try { |
| 52 | sf.close(); |
| 53 | } catch (IOException ex) { |
| 54 | // ignore it |
| 55 | } |
| 56 | file.delete(); |
| 57 | } |
| 58 | |
| 59 | @Override |
| 60 | protected void finalize() throws Throwable { |
no test coverage detected