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

Method getBytesRead

src/gnu/zip/Inflater.java:260–263  ·  view source on GitHub ↗

Gets the total number of processed compressed input bytes. @return the total number of bytes of processed input bytes. @since 1.5

()

Source from the content-addressed store, hash-verified

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().

Callers

nothing calls this directly

Calls 1

getRemainingMethod · 0.95

Tested by

no test coverage detected