Searched refs:numLeft (Results 1 – 1 of 1) sorted by relevance
433 private long numLeft; field in JarVerifier.VerifierStream449 this.numLeft = je.getSize(); in VerifierStream()450 if (this.numLeft == 0) in VerifierStream()461 if (numLeft > 0) { in read()464 numLeft--; in read()465 if (numLeft == 0) in read()479 if ((numLeft > 0) && (numLeft < len)) { in read()480 len = (int)numLeft; in read()483 if (numLeft > 0) { in read()486 numLeft -= n; in read()[all …]