Searched defs:ZipEntry (Results 1 - 2 of 2) sorted by relevance

/dalvik/libdex/
H A DZipArchive.h27 * Trivial typedef to ensure that ZipEntry is not treated as a simple
30 typedef void* ZipEntry; typedef
118 ZipEntry dexZipFindEntry(const ZipArchive* pArchive,
125 bool dexZipGetEntryInfo(const ZipArchive* pArchive, ZipEntry entry,
133 const ZipEntry entry)
140 const ZipEntry entry)
147 const ZipEntry entry)
154 const ZipEntry entry)
165 const ZipEntry entry, int fd);
/dalvik/libcore/archive/src/main/java/java/util/zip/
H A DZipEntry.java30 * An instance of {@code ZipEntry} represents an entry within a <i>ZIP-archive</i>.
40 public class ZipEntry implements ZipConstants, Cloneable { class in inherits:ZipConstants,Cloneable
63 * Constructs a new {@code ZipEntry} with the specified name.
70 public ZipEntry(String name) { method in class:ZipEntry
81 * Gets the comment for this {@code ZipEntry}.
83 * @return the comment for this {@code ZipEntry}, or {@code null} if there
92 * Gets the compressed size of this {@code ZipEntry}.
102 * Gets the checksum for this {@code ZipEntry}.
111 * Gets the extra information for this {@code ZipEntry}.
121 * Gets the compression method for this {@code ZipEntry}
306 public ZipEntry(ZipEntry ze) { method in class:ZipEntry
347 ZipEntry(LittleEndianReader ler, InputStream in) throws IOException { method in class:ZipEntry
[all...]

Completed in 86 milliseconds