()
| 117 | } |
| 118 | |
| 119 | protected void finalize() |
| 120 | { |
| 121 | try |
| 122 | { |
| 123 | close(); |
| 124 | super.finalize(); |
| 125 | } catch (Throwable exc) { |
| 126 | Main.logException("Exception while finalizing input stream", exc); |
| 127 | } |
| 128 | } |
| 129 | } |
| 130 |
nothing calls this directly
no test coverage detected