public class DexData
extends java.lang.Object
| Constructor and Description |
|---|
DexData(java.io.RandomAccessFile raf)
Constructs a new DexData for this file.
|
| Modifier and Type | Method and Description |
|---|---|
ClassRef[] |
getExternalReferences()
Returns an array with all of the class references that don't
correspond to classes in the DEX file.
|
MethodRef[] |
getMethodRefs()
Returns the list of all method references.
|
void |
load()
Loads the contents of the DEX file into our data structures.
|
public DexData(java.io.RandomAccessFile raf)
public void load()
throws java.io.IOException
java.io.IOException - if we encounter a problem while readingDexDataException - if the DEX contents look badpublic ClassRef[] getExternalReferences()
public MethodRef[] getMethodRefs()