Home
last modified time | relevance | path

Searched refs:archive (Results 1 – 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/multidex/
DArchivePathElement.java36 private final ZipFile archive; field in ArchivePathElement
38 public ArchivePathElement(ZipFile archive) { in ArchivePathElement() argument
39 this.archive = archive; in ArchivePathElement()
44 ZipEntry entry = archive.getEntry(path); in open()
50 return archive.getInputStream(entry); in open()
56 archive.close(); in close()
66 Enumeration<? extends ZipEntry> delegate = archive.entries(); in list()