Searched refs:ZIP_EOCD_REC_SIG (Results 1 – 1 of 1) sorted by relevance
36 private static final int ZIP_EOCD_REC_SIG = 0x06054b50; field in ZipUtils166 if (zipContents.getInt(eocdStartPos) == ZIP_EOCD_REC_SIG) { in findZipEndOfCentralDirectoryRecord()