Package com.android.dexdeps
Class DexData
java.lang.Object
com.android.dexdeps.DexData
Data extracted from a DEX file.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DexData
Constructs a new DexData for this file.
-
-
Method Details
-
load
Loads the contents of the DEX file into our data structures.- Throws:
IOException- if we encounter a problem while readingDexDataException- if the DEX contents look bad
-
getExternalReferences
Returns an array with all of the class references that don't correspond to classes in the DEX file. Each class reference has a list of the referenced fields and methods associated with that class. -
getMethodRefs
Returns the list of all method references.- Returns:
- method refs
-
getFieldRefs
-