Class 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 XApkData checkAndLoad​(java.nio.file.Path inputPath)  
      void unload()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XApkLoader

        public XApkLoader​(jadx.api.plugins.JadxPluginContext context)
    • Method Detail

      • checkAndLoad

        @Nullable
        public @Nullable XApkData checkAndLoad​(java.nio.file.Path inputPath)
      • unload

        public void unload()