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

Method getRemaining

src/gnu/zip/Inflater.java:240–243  ·  view source on GitHub ↗

Gets the number of unprocessed input. Useful, if the end of the stream is reached and you want to further process the bytes after the deflate stream. @return the number of bytes of the input which were not processed.

()

Source from the content-addressed store, hash-verified

238 * @return the number of bytes of the input which were not processed.
239 */
240 public int getRemaining()
241 {
242 return input.getAvailableBytes();
243 }
244
245 /**
246 * Gets the total number of processed compressed input bytes.

Callers 4

getTotalInMethod · 0.95
getBytesReadMethod · 0.95
closeEntryMethod · 0.80
readMethod · 0.80

Calls 1

getAvailableBytesMethod · 0.80

Tested by

no test coverage detected