Searched refs:getCompressedSize (Results 1 – 15 of 15) sorted by relevance
40 startOffset += info.getCompressedSize() + MergedZipEntryCollection.HEADER_SIZE; in testMergeZipEntries_smallGap()46 startOffset += info.getCompressedSize() + MergedZipEntryCollection.HEADER_SIZE; in testMergeZipEntries_smallGap()63 startOffset += info.getCompressedSize() + MergedZipEntryCollection.HEADER_SIZE; in testMergeZipEntries_largeGap()69 startOffset += info.getCompressedSize() + MergedZipEntryCollection.HEADER_SIZE; in testMergeZipEntries_largeGap()90 startOffset += info.getCompressedSize() + MergedZipEntryCollection.HEADER_SIZE; in testMergeZipEntries_smallGapPercent()97 startOffset += info.getCompressedSize() + MergedZipEntryCollection.HEADER_SIZE; in testMergeZipEntries_smallGapPercent()116 startOffset += info.getCompressedSize() + MergedZipEntryCollection.HEADER_SIZE; in testMergeZipEntries_largeGapPercent()123 startOffset += info.getCompressedSize() + MergedZipEntryCollection.HEADER_SIZE; in testMergeZipEntries_largeGapPercent()
50 return lastEntry.getLocalHeaderOffset() + lastEntry.getCompressedSize() + HEADER_SIZE; in getEndOffset()87 + entry.getCompressedSize() in createCollections()101 endOffset = entry.getLocalHeaderOffset() + HEADER_SIZE + entry.getCompressedSize(); in createCollections()
55 public long getCompressedSize() { in getCompressedSize() method in LocalFileHeader
73 public int getCompressedSize() { in getCompressedSize() method in CentralDirectoryInfo
274 long compressedSize = cdh.getCompressionInfoWithWait().getCompressedSize(); in StoredEntry()322 return cdh.getCompressionInfoWithWait().getCompressedSize() + getLocalHeaderSize() in getInFileSize()463 F_COMPRESSED_SIZE.verify(bytes, compressInfo.getCompressedSize(), verifyLog); in readLocalHeader()503 + cdh.getName().length() + localExtra.size() + compressInfo.getCompressedSize(); in readDataDescriptorRecord()525 compressedField.verify(ddBytes, compressInfo.getCompressedSize(), verifyLog); in readDataDescriptorRecord()555 return compressInfo.getCompressedSize(); in createSourceFromZip()564 long dataEnd = dataStart + compressInfo.getCompressedSize(); in createSourceFromZip()724 F_COMPRESSED_SIZE.write(out, compressInfo.getCompressedSize()); in toHeaderData()
97 public long getCompressedSize() { in getCompressedSize() method in CentralDirectoryHeaderCompressInfo
468 F_COMPRESSED_SIZE.write(out, compressInfos[idx].getCompressedSize()); in computeByteRepresentation()
72 assertEquals(0, ci.getCompressedSize()); in storeIsBest()92 assertTrue(ci.getCompressedSize() < data.length); in sameCompressionResultButBetterThanStore()
527 } else if (zipEntry.getCompressedSize() == 0) { in unzipPartialZipFile()550 zipEntry.getCompressedSize()); in unzipPartialZipFile()
165 return (Long.toHexString(entry.getCompressedSize()).equals(OVERFLOW) || in validateCentralDirectoryInfo()
451 Assert.assertEquals(expected.getSize(), actual.getCompressedSize()); in runCreateZipTest()453 Assert.assertTrue(expected.getSize() > actual.getCompressedSize()); in runCreateZipTest()
114 public long getCompressedSize() { in getCompressedSize() method in CentralDirectoryRecord
186 long compressedDataSizeFromCdRecord = cdRecord.getCompressedSize(); in getRecord()
191 assertTrue(ze.getCompressedSize() < wikiData.length); in compressedFilesReadableByJavaZip()199 assertTrue(ze.getCompressedSize() < rfcData.length); in compressedFilesReadableByJavaZip()207 assertTrue(ze.getCompressedSize() == lenaData.length); in compressedFilesReadableByJavaZip()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...