()
| 160 | } |
| 161 | |
| 162 | protected void finalize() |
| 163 | { |
| 164 | try |
| 165 | { |
| 166 | if (this.in != null) { |
| 167 | this.in.close(); |
| 168 | this.in = null; |
| 169 | } |
| 170 | } catch (IOException exc) { |
| 171 | this.in = null; |
| 172 | } |
| 173 | } |
| 174 | |
| 175 | private int getInteger(byte[] buffer, int offset) |
| 176 | { |