()
| 305 | } |
| 306 | |
| 307 | public long getSize() { |
| 308 | try { |
| 309 | return uncompressedSize(window, pointer); |
| 310 | } catch (IOException e) { |
| 311 | return 0; |
| 312 | } |
| 313 | } |
| 314 | |
| 315 | public int pointer() { |
| 316 | return pointer; |
nothing calls this directly
no test coverage detected