Searched refs:seekPos (Results 1 – 2 of 2) sorted by relevance
158 private long seekPos; field in SeekableXZInputStream766 return seekNeeded ? seekPos : curPos; in position()792 seekPos = pos; in seek()816 seekPos = getBlockPos(blockNumber); in seekToBlock()835 seekPos = curPos; in seek()841 if (seekPos >= uncompressedSize) { in seek()842 curPos = seekPos; in seek()851 locateBlockByPos(curBlockInfo, seekPos); in seek()863 if (!(curPos > curBlockInfo.uncompressedOffset && curPos <= seekPos)) { in seek()878 if (seekPos > curPos) { in seek()[all …]
2104 UInt64 seekPos = bufPhyPos + bytesInBuf; in OpenStream2() local2110 fileSize = seekPos; in OpenStream2()