Gets the total number of processed compressed input bytes. @return the total number of bytes of processed input bytes. @since 1.5
()
| 258 | * @since 1.5 |
| 259 | */ |
| 260 | public long getBytesRead() |
| 261 | { |
| 262 | return totalIn - getRemaining(); |
| 263 | } |
| 264 | |
| 265 | /** |
| 266 | * Gets the total number of output bytes returned by inflate(). |
nothing calls this directly
no test coverage detected