Package jadx.plugins.input.xapk
Class XApkLoader
- java.lang.Object
-
- jadx.plugins.input.xapk.XApkLoader
-
public class XApkLoader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XApkLoader(jadx.api.plugins.JadxPluginContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable XApkDatacheckAndLoad(java.nio.file.Path inputPath)voidunload()
-
-
-
Method Detail
-
checkAndLoad
@Nullable public @Nullable XApkData checkAndLoad(java.nio.file.Path inputPath)
-
unload
public void unload()
-
-