Searched refs:ZIP64_LOCSIG (Results 1 – 3 of 3) sorted by relevance
39 static final long ZIP64_LOCSIG = 0x07064b50L; // "PK\006\007" field in ZipConstants64
711 writeInt(ZIP64_LOCSIG); // zip64 END locator signature in writeEND()
1572 != loc64.length || GETSIG(loc64) != ZIP64_LOCSIG) { in findEND()