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

Method getTotalOut

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

Source from the content-addressed store, hash-verified

268 */
269// @Deprecated
270 public int getTotalOut()
271 {
272 return (int) totalOut;
273 }
274
275 /**
276 * Gets the total number of output bytes returned by inflate().

Callers 2

availableMethod · 0.80
readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected