Uses of Class
jadx.core.xmlgen.ResContainer
Packages that use ResContainer
-
Uses of ResContainer in jadx.api
Fields in jadx.api declared as ResContainerMethods in jadx.api that return ResContainerModifier and TypeMethodDescriptionprivate static ResContainerResourcesLoader.decodeImage(ResourceFile rf, InputStream inputStream) ResourceFile.loadContent()ResourceFileContainer.loadContent()ResourceFileContent.loadContent()(package private) static ResContainerResourcesLoader.loadContent(JadxDecompiler jadxRef, ResourceFile rf) private ResContainerResourcesLoader.loadContent(ResourceFile resFile, InputStream inputStream) Constructors in jadx.api with parameters of type ResContainerModifierConstructorDescriptionResourceFileContainer(String name, ResourceType type, ResContainer container) -
Uses of ResContainer in jadx.api.plugins.resources
Methods in jadx.api.plugins.resources that return ResContainerModifier and TypeMethodDescription@Nullable ResContainerIResContainerFactory.create(ResourceFile resFile, InputStream inputStream) Checks if resource file is of expected format and tries to parse its content. -
Uses of ResContainer in jadx.core.utils.android
Methods in jadx.core.utils.android with parameters of type ResContainerModifier and TypeMethodDescriptionprivate @Nullable DocumentAndroidManifestParser.parseAppStrings(@Nullable ResContainer appStrings) Constructors in jadx.core.utils.android with parameters of type ResContainerModifierConstructorDescriptionAndroidManifestParser(ResourceFile androidManifestRes, @Nullable ResContainer appStrings, EnumSet<AppAttribute> parseAttrs, IJadxSecurity security) -
Uses of ResContainer in jadx.core.xmlgen
Fields in jadx.core.xmlgen with type parameters of type ResContainerMethods in jadx.core.xmlgen that return ResContainerModifier and TypeMethodDescriptionstatic ResContainerResContainer.decodedData(String name, byte[] data) IResTableParser.decodeFiles()ResTableBinaryParser.decodeFiles()static ResContainerResContainer.resourceFileLink(ResourceFile resFile) static ResContainerResContainer.resourceTable(String name, List<ResContainer> subFiles, ICodeInfo rootContent) static ResContainerResContainer.textResource(String name, ICodeInfo content) Methods in jadx.core.xmlgen that return types with arguments of type ResContainerModifier and TypeMethodDescriptionResContainer.getSubFiles()ResXmlGen.makeResourcesXml(JadxArgs args) Methods in jadx.core.xmlgen with parameters of type ResContainerModifier and TypeMethodDescriptionintResContainer.compareTo(@NotNull ResContainer o) private voidResourcesSaver.save(ResContainer rc, File outDir) private voidResourcesSaver.saveResources(ResContainer rc) private voidResourcesSaver.saveToFile(ResContainer rc, File outFile) Method parameters in jadx.core.xmlgen with type arguments of type ResContainerModifier and TypeMethodDescriptionstatic ResContainerResContainer.resourceTable(String name, List<ResContainer> subFiles, ICodeInfo rootContent) Constructor parameters in jadx.core.xmlgen with type arguments of type ResContainerModifierConstructorDescriptionprivateResContainer(String name, List<ResContainer> subFiles, Object data, ResContainer.DataType dataType)