Class ApkResHelper.InternalMap
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.ApkResHelper.InternalMap
- Enclosing class:
ApkResHelper
Internal cache of resource identifiers and values.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pubmap
A map of IDs to (res_type, res_name) entries -
strmap
A map of string resource names to their values (potentially localized). -
intmap
A map of integer resource names to their values.
-
-
Constructor Details
-
InternalMap
public InternalMap()
-