Searched refs:getEntryPos (Results 1 – 1 of 1) sorted by relevance
372 int pos = res.zsrc.getEntryPos(name, true); in getEntry()405 pos = zsrc.getEntryPos(entry.name, false); in getInputStream()560 return (T)getZipEntry(null, res.zsrc.getEntryPos(i++ * 3)); in next()610 action.accept(gen.apply(res.zsrc.getEntryPos(index++ * 3))); in tryAdvance()1299 private int getEntryPos(int index) { return entries[index + 2]; } in getEntryPos() method in ZipFile.Source1765 private int getEntryPos(String name, boolean addSlash) { in getEntryPos() method in ZipFile.Source1778 int pos = getEntryPos(idx); in getEntryPos()