|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectproguard.io.ClassFileFilter
This DataEntryReader delegates to one of two other DataEntryReader instances, depending on the extension of the data entry.
| Constructor Summary | |
ClassFileFilter(DataEntryReader classFileReader)
Creates a new ClassFileFilter that delegates reading class files to the given reader. |
|
ClassFileFilter(DataEntryReader classFileReader,
DataEntryReader dataEntryReader)
Creates a new ClassFileFilter that delegates to either of the two given readers. |
|
| Method Summary | |
void |
read(DataEntry dataEntry)
Reads the given data entry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClassFileFilter(DataEntryReader classFileReader)
public ClassFileFilter(DataEntryReader classFileReader,
DataEntryReader dataEntryReader)
| Method Detail |
public void read(DataEntry dataEntry)
throws IOException
DataEntryReader
read in interface DataEntryReaderIOException
|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||