Home
last modified time | relevance | path

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

/external/xz-java/src/org/tukaani/xz/
DBlockInputStream.java138 long compressedSizeFromIndex in BlockInputStream() local
140 if (compressedSizeFromIndex > compressedSizeLimit in BlockInputStream()
142 && compressedSizeInHeader != compressedSizeFromIndex)) in BlockInputStream()
156 compressedSizeLimit = compressedSizeFromIndex; in BlockInputStream()
157 compressedSizeInHeader = compressedSizeFromIndex; in BlockInputStream()