Searched defs:ENDCOM (Results 1 – 4 of 4) sorted by relevance
98 static final int ENDCOM = 20; // zip file comment length 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
130 public static final int ENDCOM = 20; // 0x14 field in ZipEntry
118 #define ENDCOM(b) SH(b, 20) /* size of zip file comment */ macro