Package jadx.core.xmlgen
Class ResTableBinaryParserProvider
java.lang.Object
jadx.core.xmlgen.ResTableBinaryParserProvider
- All Implemented Interfaces:
IResTableParserProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable IResTableParsergetParser(ResourceFile resFile) Checks a file format and provides the instance if the format is expected.voidOptional init method
-
Field Details
-
root
-
-
Constructor Details
-
ResTableBinaryParserProvider
public ResTableBinaryParserProvider()
-
-
Method Details
-
init
Description copied from interface:IResTableParserProviderOptional init method- Specified by:
initin interfaceIResTableParserProvider
-
getParser
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.
-