Searched refs:getCrc32 (Results 1 – 8 of 8) sorted by relevance
263 verifyLog.verify(cdh.getCrc32() == 0, "Directory has CRC32 = %s.", cdh.getCrc32()); in StoredEntry()462 F_CRC32.verify(bytes, cdh.getCrc32(), verifyLog); in readLocalHeader()524 crc32Field.verify(ddBytes, cdh.getCrc32(), verifyLog); in readDataDescriptorRecord()723 F_CRC32.write(out, cdh.getCrc32()); in toHeaderData()
1984 long fromCrc = fromEntry.getCentralDirectoryHeader().getCrc32(); in mergeFrom()1990 long currentCrc = currentStore.getCentralDirectoryHeader().getCrc32(); in mergeFrom()
190 public long getCrc32() { in getCrc32() method in CentralDirectoryHeader
467 F_CRC32.write(out, cdhs[idx].getCrc32()); in computeByteRepresentation()
159 long getCrc32() throws IOException; in getCrc32() method180 public long getCrc32() throws IOException { in getCrc32() method in MixImageZipPreparer.FileInputStreamFactory375 public long getCrc32() { in getInputStreamFactoriesFromImageZip()403 public long getCrc32() throws IOException { in createStubInputStreamFactories()438 entry.setCrc(factory.getCrc32()); in initStoredZipEntry()
122 public long getCrc32() throws IOException { in getCrc32() method in MixImageZipPreparerTest.ByteArrayInputStreamFactory449 Assert.assertEquals(expected.getCrc32(), actual.getCrc()); in runCreateZipTest()
110 public long getCrc32() { in getCrc32() method in CentralDirectoryRecord
185 long uncompressedDataCrc32FromCdRecord = cdRecord.getCrc32(); in getRecord()