Searched refs:remaining (Results 1 – 7 of 7) sorted by relevance
76 long remaining = size; in copyTo() local79 while (remaining > 0) { in copyTo()80 blockSize = (int) Math.min(remaining, buf.length); in copyTo()87 remaining -= blockSize; in copyTo()98 if (size > buffer.remaining()) { in copyTo()102 int remaining = size; in copyTo() local107 while (remaining > 0) { in copyTo()113 remaining -= readSize; in copyTo()
130 if (bf.remaining() != eocd.getCommentLength()) { in getEOCDByBytes()139 if (bf.remaining() != 0) { in getEOCDByBytes()
69 int length = buffer.remaining(); in write()
36 this.sourceSize = this.buffer.remaining(); in ByteBufferZipDataInput()
288 long remaining = content.size(); in computeDigests() local289 while (remaining > 0) { in computeDigests()290 int chunkSize = (int) Math.min(buf.length, remaining); in computeDigests()303 remaining -= chunkSize; in computeDigests()
229 byte[] signingBlock = new byte[signer.remaining()]; in parserSigner()343 while (digestDatas.remaining() > 4) { in parserContentinfo()365 byte[] degisetData = new byte[degestBuffer.remaining()]; in parserContentinfo()
217 * Returns the number of objects remaining in the pool, for diagnostic purposes.219 * @return The number of objects remaining in the pool.