Searched refs:chunkCountLong (Results 1 – 1 of 1) sorted by relevance
270 long chunkCountLong = getChunkCount(zipData); in computeDigests() local271 if (chunkCountLong > Integer.MAX_VALUE) { in computeDigests()272 throw new DigestException("Input too long: " + chunkCountLong + " chunks"); in computeDigests()274 int chunkCount = (int) chunkCountLong; in computeDigests()