public class InputReader
extends java.lang.Object
| 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(proguard.classfile.ClassPool programClassPool,
proguard.classfile.ClassPool libraryClassPool)
Fills the given program class pool and library class pool by reading
class 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(proguard.classfile.ClassPool programClassPool,
proguard.classfile.ClassPool libraryClassPool)
throws java.io.IOException
java.io.IOExceptionpublic void readInput(java.lang.String messagePrefix,
ClassPath classPath,
int fromIndex,
int toIndex,
proguard.io.DataEntryReader reader)
throws java.io.IOException
java.io.IOException