MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getTotalIn

Method getTotalIn

src/gnu/zip/Inflater.java:250–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248 */
249// @Deprecated
250 public int getTotalIn()
251 {
252 return (int) (totalIn - getRemaining());
253 }
254
255 /**
256 * Gets the total number of processed compressed input bytes.

Callers 2

closeEntryMethod · 0.80
readMethod · 0.80

Calls 1

getRemainingMethod · 0.95

Tested by

no test coverage detected