Searched refs:useZip64 (Results 1 – 4 of 4) sorted by relevance
381 boolean useZip64) in getZipCentralDirectoryInfos() argument383 return getZipCentralDirectoryInfos(partialZipFile, endCentralDirInfo, 0, useZip64); in getZipCentralDirectoryInfos()437 boolean useZip64) in getZipCentralDirectoryInfos() argument451 CentralDirectoryInfo info = new CentralDirectoryInfo(data, startOffset, useZip64); in getZipCentralDirectoryInfos()
82 public EndCentralDirectoryInfo(File zipFile, boolean useZip64) throws IOException { in EndCentralDirectoryInfo() argument117 if (!useZip64) { in EndCentralDirectoryInfo()
195 public CentralDirectoryInfo(byte[] data, int startOffset, boolean useZip64) throws IOException { in CentralDirectoryInfo() argument236 if (!useZip64) { in CentralDirectoryInfo()
55 boolean useZip64) { in RemoteZip() argument60 mUseZip64 = useZip64; in RemoteZip()