Searched refs:LOCHDR (Results 1 – 1 of 1) sorted by relevance
78 static final int LOCHDR = 30; // LOC header size field in Zip292 LOCHDR + nameLength + cenExtLength + size + EXTRA_FIELD_SLACK, in getBytes()300 fc = chan.map(MapMode.READ_ONLY, offset + LOCHDR + nameLength + locExtLength, size); in getBytes()304 fc.position(LOCHDR + nameLength + locExtLength); in getBytes()305 fc.limit((int) (LOCHDR + nameLength + locExtLength + size)); in getBytes()