Searched defs:ZIP64_LOCOFF (Results 1 – 2 of 2) sorted by relevance
66 static final int ZIP64_LOCOFF = 8; // offset of zip64 end field in ZipConstants64
285 static final long ZIP64_LOCOFF(byte[] b) { return LL(b, 8);} // zip64 end offset in ZIP64_LOCOFF() method in ZipUtils