Searched refs:seekPos (Results 1 – 2 of 2) sorted by relevance
164 private long seekPos; field in SeekableXZInputStream944 return seekNeeded ? seekPos : curPos; in position()970 seekPos = pos; in seek()994 seekPos = getBlockPos(blockNumber); in seekToBlock()1013 seekPos = curPos; in seek()1019 if (seekPos >= uncompressedSize) { in seek()1020 curPos = seekPos; in seek()1034 locateBlockByPos(curBlockInfo, seekPos); in seek()1046 if (!(curPos > curBlockInfo.uncompressedOffset && curPos <= seekPos)) { in seek()1061 if (seekPos > curPos) { in seek()[all …]
2400 UInt64 seekPos = bufPhyPos + bytesInBuf; in OpenStream2() local2406 fileSize = seekPos; in OpenStream2()