Package jadx.plugins.input.xapk
Class XApkCustomInput
java.lang.Object
jadx.plugins.input.xapk.XApkCustomInput
- All Implemented Interfaces:
CustomResourcesLoader,JadxCodeInput,Closeable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanload(ResourcesLoader resLoader, List<ResourceFile> list, File file) Load resources from file to list of ResourceFile
-
Field Details
-
context
-
loader
-
-
Constructor Details
-
XApkCustomInput
-
-
Method Details
-
loadFiles
- Specified by:
loadFilesin interfaceJadxCodeInput
-
load
Description copied from interface:CustomResourcesLoaderLoad resources from file to list of ResourceFile- Specified by:
loadin interfaceCustomResourcesLoader- Parameters:
list- list to add loaded resourcesfile- file to load- Returns:
- true if file was loaded
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-