java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.dex.IDexMap.Entry
Enclosing interface:
IDexMap

@Ser public static class IDexMap.Entry extends Object
Entry of a Dex map.
  • Constructor Details

    • Entry

      public Entry(int id, int offset, int count)
  • Method Details

    • getId

      public int getId()
    • getOffset

      public int getOffset()
    • getCount

      public int getCount()