()
| 263 | } |
| 264 | |
| 265 | @SuppressWarnings("unused") |
| 266 | protected boolean isAvail() { |
| 267 | try { |
| 268 | return (pt != -1 && is.available() > 0); |
| 269 | } catch (IOException e) { |
| 270 | return false; |
| 271 | } |
| 272 | } |
| 273 | |
| 274 | protected int readInt() throws IOException { |
| 275 | pt += 4; |