Searched refs:locExtLength (Results 1 – 1 of 1) sorted by relevance
296 int locExtLength = fc.getChar(LOCEXT); in getBytes() local297 if (locExtLength > cenExtLength + 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()