| Constructor and Description |
|---|
InputReader(Configuration configuration)
Creates a new InputReader to read input class files as specified by the
given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AppView appView)
Fills the program class pool, library class pool, and resource file
pool by reading files based on the current configuration.
|
void |
readInput(java.lang.String messagePrefix,
ClassPath classPath,
int fromIndex,
int toIndex,
proguard.io.DataEntryReader reader)
Reads all input entries from the given section of the given class path.
|
public InputReader(Configuration configuration)
public void execute(AppView appView) throws java.io.IOException
public void readInput(java.lang.String messagePrefix,
ClassPath classPath,
int fromIndex,
int toIndex,
proguard.io.DataEntryReader reader)
throws java.io.IOException
java.io.IOException