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)
-
-
Method Details
-
getId
public int getId() -
getOffset
public int getOffset() -
getCount
public int getCount()
-