Searched defs:ENDCOM (Results 1 – 5 of 5) sorted by relevance
235 static final int ENDCOM = 20; field
251 static final int ENDCOM(byte[] b) { return SH(b, 20);} // size of zip file comment in ENDCOM() method in ZipUtils252 static final int ENDCOM(byte[] b, int off) { return SH(b, off + 20);} in ENDCOM() method in ZipUtils
132 public static final int ENDCOM = 20; // 0x14 field in ZipEntry
130 public static final int ENDCOM = 20; // 0x14 field in ZipEntry
118 #define ENDCOM(b) SH(b, 20) /* size of zip file comment */ macro