Home
last modified time | relevance | path

Searched refs:inCounted (Results 1 – 1 of 1) sorted by relevance

/external/xz-java/src/org/tukaani/xz/
DBlockInputStream.java22 private final CountingInputStream inCounted; field in BlockInputStream
195 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()