Package jadx.core.xmlgen
Class ResTableBinaryParserProvider
- java.lang.Object
-
- jadx.core.xmlgen.ResTableBinaryParserProvider
-
- All Implemented Interfaces:
IResTableParserProvider
public class ResTableBinaryParserProvider extends java.lang.Object implements IResTableParserProvider
-
-
Constructor Summary
Constructors Constructor Description ResTableBinaryParserProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable IResTableParsergetParser(ResourceFile resFile)Checks a file format and provides the instance if the format is expected.voidinit(RootNode root)Optional init method
-
-
-
Method Detail
-
init
public void init(RootNode root)
Description copied from interface:IResTableParserProviderOptional init method- Specified by:
initin interfaceIResTableParserProvider
-
getParser
@Nullable public @Nullable IResTableParser getParser(ResourceFile resFile)
Description copied from interface:IResTableParserProviderChecks a file format and provides the instance if the format is expected.- Specified by:
getParserin interfaceIResTableParserProvider- Returns:
IResTableParserif resource table is of expected format,nullotherwise.
-
-