Searched defs:CENSIG (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/util/zip/
H A DZipConstants.java41 static long CENSIG = 0x02014b50L; // "PK\001\002" field in interface:ZipConstants
H A DZipUtils.java241 static final long CENSIG(byte[] b, int pos) { return LG(b, pos + 0); } method in class:ZipUtils
/openjdk10/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java197 static final long CENSIG = ZipFile.CENSIG; field in class:CorruptedZipFiles
/openjdk10/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipConstants.java58 static long CENSIG = 0x02014b50L; // "PK\001\002" field in class:ZipConstants
233 static final long CENSIG(byte[] b, int pos) { return LG(b, pos + 0); } method in class:ZipConstants

Completed in 102 milliseconds