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