Searched refs:ZIP64_EOCD_LOCATOR_SIG_REVERSE_BYTE_ORDER (Results 1 – 1 of 1) sorted by relevance
42 private static final int ZIP64_EOCD_LOCATOR_SIG_REVERSE_BYTE_ORDER = 0x504b0607; field in ZipUtils201 return zip.readInt() == ZIP64_EOCD_LOCATOR_SIG_REVERSE_BYTE_ORDER; in isZip64EndOfCentralDirectoryLocatorPresent()