Searched refs:numLeft (Results 1 – 1 of 1) sorted by relevance
448 private long numLeft; field in JarVerifier.VerifierStream467 this.numLeft = je.getSize(); in VerifierStream()468 if (this.numLeft == 0) in VerifierStream()479 if (numLeft > 0) { in read()482 numLeft--; in read()483 if (numLeft == 0) in read()497 if ((numLeft > 0) && (numLeft < len)) { in read()498 len = (int)numLeft; in read()501 if (numLeft > 0) { in read()504 numLeft -= n; in read()[all …]