Searched refs:setCrc (Results 1 – 4 of 4) sorted by relevance
223 entry.setCrc(0);258 fooDir.setCrc(0);1161 zipEntry.setCrc(Hashing.crc32().hashBytes(bytes).padToLong()); in zipFileWithEocdMarkerInFileContents()1608 zEntry.setCrc(Hashing.crc32().hashBytes(new byte[1000]).asInt());
136 le.setCrc(Hashing.crc32().hashBytes(lBytes).padToLong()); in mergeZipKeepsDeflatedAndStored()184 le.setCrc(Hashing.crc32().hashBytes(lBytes).padToLong()); in mergeZipWithSorting()
68 public void setCrc(long crc) { in setCrc() method in CentralDirectoryInfo
438 entry.setCrc(factory.getCrc32()); in initStoredZipEntry()