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)
      Create a map entry.
      Parameters:
      id - the item type id
      offset - the file offset to the first item
      count - the number of items
  • Method Details

    • getId

      public int getId()
      Get the item type id.
      Returns:
      the item type id
    • getOffset

      public int getOffset()
      Get the file offset to the first item.
      Returns:
      the file offset
    • getCount

      public int getCount()
      Get the number of items.
      Returns:
      the item count