Class IDexMap.Entry
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.dex.IDexMap.Entry
- Enclosing interface:
IDexMap
Entry of a Dex map.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Entry
public Entry(int id, int offset, int count) Create a map entry.- Parameters:
id- the item type idoffset- the file offset to the first itemcount- 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
-