Uses of Class
jadx.api.ResourceFile
Packages that use ResourceFile
Package
Description
-
Uses of ResourceFile in jadx.api
Subclasses of ResourceFile in jadx.apiFields in jadx.api with type parameters of type ResourceFileMethods in jadx.api that return ResourceFileModifier and TypeMethodDescriptionstatic ResourceFileResourceFile.createResourceFile(JadxDecompiler decompiler, File file, ResourceType type) static ResourceFileResourceFile.createResourceFile(JadxDecompiler decompiler, String name, ResourceType type) Methods in jadx.api that return types with arguments of type ResourceFileModifier and TypeMethodDescriptionJadxDecompiler.getResources()(package private) List<ResourceFile> Methods in jadx.api with parameters of type ResourceFileModifier and TypeMethodDescriptionprivate static ResContainerResourcesLoader.decodeImage(ResourceFile rf, InputStream inputStream) static <T> TResourcesLoader.decodeStream(ResourceFile rf, ResourcesLoader.ResourceDecoder<T> decoder) ResourcesLoader.decodeTable(ResourceFile resFile, InputStream is) (package private) static ResContainerResourcesLoader.loadContent(JadxDecompiler jadxRef, ResourceFile rf) private ResContainerResourcesLoader.loadContent(ResourceFile resFile, InputStream inputStream) Method parameters in jadx.api with type arguments of type ResourceFileModifier and TypeMethodDescriptionvoidvoidResourcesLoader.defaultLoadFile(List<ResourceFile> list, File file, String subDir) private voidResourcesLoader.loadFile(List<ResourceFile> list, File file) -
Uses of ResourceFile in jadx.api.plugins
Method parameters in jadx.api.plugins with type arguments of type ResourceFileModifier and TypeMethodDescriptionbooleanCustomResourcesLoader.load(ResourcesLoader loader, List<ResourceFile> list, File file) Load resources from file to list of ResourceFile -
Uses of ResourceFile in jadx.api.plugins.resources
Methods in jadx.api.plugins.resources with parameters of type ResourceFileModifier and TypeMethodDescription@Nullable ResContainerIResContainerFactory.create(ResourceFile resFile, InputStream inputStream) Checks if resource file is of expected format and tries to parse its content.@Nullable IResTableParserIResTableParserProvider.getParser(ResourceFile resFile) Checks a file format and provides the instance if the format is expected. -
Uses of ResourceFile in jadx.core.dex.nodes
Methods in jadx.core.dex.nodes that return ResourceFileModifier and TypeMethodDescriptionprivate @Nullable ResourceFileRootNode.getResourceFile(List<ResourceFile> resources) Method parameters in jadx.core.dex.nodes with type arguments of type ResourceFileModifier and TypeMethodDescriptionprivate @Nullable ResourceFileRootNode.getResourceFile(List<ResourceFile> resources) voidRootNode.loadResources(ResourcesLoader resLoader, List<ResourceFile> resources) private voidRootNode.updateObfuscatedFiles(IResTableParser parser, List<ResourceFile> resources) -
Uses of ResourceFile in jadx.core.export
Fields in jadx.core.export with type parameters of type ResourceFileMethod parameters in jadx.core.export with type arguments of type ResourceFileModifier and TypeMethodDescriptionstatic ExportGradleTypeExportGradle.detectExportType(RootNode root, List<ResourceFile> resources) Constructor parameters in jadx.core.export with type arguments of type ResourceFileModifierConstructorDescriptionExportGradle(RootNode root, File projectDir, List<ResourceFile> resources) -
Uses of ResourceFile in jadx.core.export.gen
Fields in jadx.core.export.gen with type parameters of type ResourceFileModifier and TypeFieldDescriptionprivate final List<ResourceFile> AndroidGradleGenerator.resourcesprivate final List<ResourceFile> SimpleJavaGradleGenerator.resourcesConstructor parameters in jadx.core.export.gen with type arguments of type ResourceFileModifierConstructorDescriptionAndroidGradleGenerator(RootNode root, File projectDir, List<ResourceFile> resources, ExportGradleType exportType) SimpleJavaGradleGenerator(RootNode root, File projectDir, List<ResourceFile> resources) -
Uses of ResourceFile in jadx.core.utils.android
Methods in jadx.core.utils.android that return ResourceFileModifier and TypeMethodDescriptionstatic @Nullable ResourceFileAndroidManifestParser.getAndroidManifest(List<ResourceFile> resources) Methods in jadx.core.utils.android with parameters of type ResourceFileModifier and TypeMethodDescriptionprivate @Nullable DocumentAndroidManifestParser.parseAndroidManifest(ResourceFile androidManifest) Method parameters in jadx.core.utils.android with type arguments of type ResourceFileModifier and TypeMethodDescriptionstatic @Nullable ResourceFileAndroidManifestParser.getAndroidManifest(List<ResourceFile> resources) Constructors in jadx.core.utils.android with parameters of type ResourceFileModifierConstructorDescriptionAndroidManifestParser(ResourceFile androidManifestRes, @Nullable ResContainer appStrings, EnumSet<AppAttribute> parseAttrs, IJadxSecurity security) AndroidManifestParser(ResourceFile androidManifestRes, EnumSet<AppAttribute> parseAttrs, IJadxSecurity security) -
Uses of ResourceFile in jadx.core.xmlgen
Fields in jadx.core.xmlgen declared as ResourceFileMethods in jadx.core.xmlgen that return ResourceFileMethods in jadx.core.xmlgen with parameters of type ResourceFileModifier and TypeMethodDescription@Nullable IResTableParserResTableBinaryParserProvider.getParser(ResourceFile resFile) static ResContainerResContainer.resourceFileLink(ResourceFile resFile) private voidResourcesSaver.saveResourceFile(ResourceFile resFile, File outFile) Constructors in jadx.core.xmlgen with parameters of type ResourceFileModifierConstructorDescriptionResourcesSaver(JadxDecompiler decompiler, File outDir, ResourceFile resourceFile) -
Uses of ResourceFile in jadx.plugins.input.xapk
Method parameters in jadx.plugins.input.xapk with type arguments of type ResourceFileModifier and TypeMethodDescriptionbooleanXApkCustomInput.load(ResourcesLoader resLoader, List<ResourceFile> list, File file)