Class ApkResHelper.InternalMap

java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.ApkResHelper.InternalMap
Enclosing class:
ApkResHelper

public static class ApkResHelper.InternalMap extends Object
Internal cache of resource identifiers and values.
  • Field Details

    • pubmap

      public Map<Integer,Couple<String,String>> pubmap
      A map of IDs to (res_type, res_name) entries
    • strmap

      public Map<String,String> strmap
      A map of string resource names to their values (potentially localized).
    • intmap

      public Map<String,Integer> intmap
      A map of integer resource names to their values.
  • Constructor Details

    • InternalMap

      public InternalMap()