public class DataEntryReaderFactory
extends java.lang.Object
| Constructor and Description |
|---|
DataEntryReaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static proguard.io.DataEntryReader |
createDataEntryReader(java.lang.String messagePrefix,
ClassPathEntry classPathEntry,
proguard.io.DataEntryReader reader)
Creates a DataEntryReader that can read the given class path entry.
|
public static proguard.io.DataEntryReader createDataEntryReader(java.lang.String messagePrefix,
ClassPathEntry classPathEntry,
proguard.io.DataEntryReader reader)
messagePrefix - a prefix for messages that are printed out.classPathEntry - the input class path entry.reader - a data entry reader to which the reading of actual
classes and resource files can be delegated.