Searched refs:unpaddedSize (Results 1 – 6 of 6) sorted by relevance
35 public void add(long unpaddedSize, long uncompressedSize) in add() argument37 super.add(unpaddedSize, uncompressedSize); in add()40 buf.putLong(unpaddedSize); in add()61 long unpaddedSize = DecoderUtil.decodeVLI(inChecked); in validate() local65 stored.add(unpaddedSize, uncompressedSize); in validate()
44 void add(long unpaddedSize, long uncompressedSize) throws XZIOException { in add() argument45 blocksSum += (unpaddedSize + 3) & ~3; in add()47 indexListSize += Util.getVLISize(unpaddedSize) in add()
27 public void add(long unpaddedSize, long uncompressedSize) in add() argument29 super.add(unpaddedSize, uncompressedSize); in add()30 records.add(new IndexRecord(unpaddedSize, uncompressedSize)); in add()
90 long unpaddedSize = DecoderUtil.decodeVLI(inChecked); in IndexDecoder() local101 unpadded[record] = blocksSum + unpaddedSize; in IndexDecoder()104 super.add(unpaddedSize, uncompressedSize); in IndexDecoder()216 info.unpaddedSize = unpadded[pos] - info.compressedOffset;
18 public long unpaddedSize = -1; field in BlockInfo
571 return (queriedBlockInfo.unpaddedSize + 3) & ~3; in getBlockCompSize()951 curBlockInfo.unpaddedSize, curBlockInfo.uncompressedSize);