Searched defs:ENDSIZ (Results 1 – 4 of 4) sorted by relevance
96 static final int ENDSIZ = 12; // central directory size in bytes field
249 static final long ENDSIZ(byte[] b) { return LG(b, 12);} // central directory size in ENDSIZ() method in ZipUtils
138 public static final int ENDSIZ = 12; // 0xc field in ZipEntry
116 #define ENDSIZ(b) LG(b, 12) /* central directory size */ macro