Home | History | Annotate | Download | only in zipalign

Lines Matching defs:ZipEntry

20 // The ZipEntry class is tightly meshed with the ZipFile class.
36 * ZipEntry objects represent a single entry in a Zip archive.
41 * the likelihood of using ZipEntry objects after discarding the ZipFile.)
47 class ZipEntry {
51 ZipEntry(void)
54 ~ZipEntry(void) {}
167 * Initialize the structure with the contents of a ZipEntry from
170 status_t initFromExternal(const ZipEntry* pEntry);
207 ZipEntry(const ZipEntry& src);
208 ZipEntry& operator=(const ZipEntry& src);