Searched refs:computeCrcOfCentralDir (Results 1 – 2 of 2) sorted by relevance
59 return computeCrcOfCentralDir(raf, dir); in getZipCrc()106 static long computeCrcOfCentralDir(RandomAccessFile raf, CentralDirectory dir) in computeCrcOfCentralDir() method in ZipUtil
133 long crc = ZipUtil.computeCrcOfCentralDir(raf, dir); in testCrcValue()163 long crc = ZipUtil.computeCrcOfCentralDir(raf, dir); in testInvalidCrcValue()