public interface IMissionPackageExtractor
| Modifier and Type | Method and Description |
|---|---|
MissionPackageManifest |
extract(android.content.Context context,
java.io.File zipFile,
java.io.File atakRoot,
boolean bImport)
Extract contents from the specified Zip File
|
MissionPackageManifest |
getManifest(java.io.File zipFile)
Extract manifest from the specified Zip File
|
MissionPackageManifest extract(android.content.Context context, java.io.File zipFile, java.io.File atakRoot, boolean bImport) throws java.io.IOException
context - the context for the applicationzipFile - the zip file to unzipatakRoot - where to unzip data and filesbImport, - true to import, false to simply unzipjava.io.IOExceptionMissionPackageManifest getManifest(java.io.File zipFile)
zipFile -