Searched refs:inCounted (Results 1 – 1 of 1) sorted by relevance
22 private final CountingInputStream inCounted; field in BlockInputStream195 inCounted = new CountingInputStream(in); in BlockInputStream()198 filterChain = inCounted; in BlockInputStream()220 long compressedSize = inCounted.getSize(); in read()251 long compressedSize = inCounted.getSize(); in validate()299 return headerSize + inCounted.getSize() + check.getSize(); in getUnpaddedSize()