* Get the Nth entry in the archive. * * This will return an entry that is pending deletion. */
| 163 | * This will return an entry that is pending deletion. |
| 164 | */ |
| 165 | int getNumEntries(void) const { return mEntries.size(); } |
| 166 | ZipEntry* getEntryByIndex(int idx) const; |
| 167 | |
| 168 | private: |
no test coverage detected