|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.io.FilteredDataEntryReader
proguard.io.ClassFilter
public class ClassFilter
This DataEntryReader delegates to one of two other DataEntryReader instances, depending on the extension of the data entry.
| Constructor Summary | |
|---|---|
ClassFilter(DataEntryReader classReader)
Creates a new ClassFilter that delegates reading classes to the given reader. |
|
ClassFilter(DataEntryReader classReader,
DataEntryReader dataEntryReader)
Creates a new ClassFilter that delegates to either of the two given readers. |
|
| Method Summary |
|---|
| Methods inherited from class proguard.io.FilteredDataEntryReader |
|---|
read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassFilter(DataEntryReader classReader)
public ClassFilter(DataEntryReader classReader,
DataEntryReader dataEntryReader)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||