Searched defs:ZIP64_ENDSIZ (Results 1 – 2 of 2) sorted by relevance
58 static final int ZIP64_ENDSIZ = 40; // central directory size in bytes field in ZipConstants64
283 static final long ZIP64_ENDSIZ(byte[] b) { return LL(b, 40);} // central directory size in ZIP64_ENDSIZ() method in ZipUtils