Searched refs:getEndCentralDirectoryInfo (Results 1 – 1 of 1) sorted by relevance
110 byte[] data = getEndCentralDirectoryInfo(zipFile, END_CENTRAL_DIRECTORY_SIGNATURE); in EndCentralDirectoryInfo()134 data = getEndCentralDirectoryInfo(zipFile, ZIP64_END_CENTRAL_DIRECTORY_SIGNATURE); in EndCentralDirectoryInfo()150 private byte[] getEndCentralDirectoryInfo(File zipFile, byte[] signature) throws IOException { in getEndCentralDirectoryInfo() method in EndCentralDirectoryInfo