Searched defs:CENVEM_FA (Results 1 – 1 of 1) sorted by relevance
291 …static final int CENVEM_FA(byte[] b, int pos) { return CH(b, pos + 5); } // file attribute compat… in CENVEM_FA() method in ZipUtils292 …static final int CENVEM_FA(DirectByteBuffer b, int pos) { return b.get(pos + 5); } // file attrib… in CENVEM_FA() method in ZipUtils