Searched refs:ZipEntry2 (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
H A DHttpZipLocator.java65 private HashMap<String, ZipEntry2> entries;
88 private static class ZipEntry2 { class in class:HttpZipLocator
225 ZipEntry2 entry = new ZipEntry2();
266 entries = new HashMap<String, ZipEntry2>(numEntries);
322 private InputStream openStream(ZipEntry2 entry) throws IOException{
331 ZipEntry2 entry = entries.get(name);
350 final ZipEntry2 entry = entries.get(key.getName());

Completed in 16 milliseconds