()
| 297 | } |
| 298 | |
| 299 | public long getCompressedSize() { |
| 300 | try { |
| 301 | return compressedSize(window, pointer); |
| 302 | } catch (IOException e) { |
| 303 | return 0; |
| 304 | } |
| 305 | } |
| 306 | |
| 307 | public long getSize() { |
| 308 | try { |
nothing calls this directly
no test coverage detected