程序包 proguard.io
类 ClassFilter
- java.lang.Object
-
- proguard.io.FilteredDataEntryReader
-
- proguard.io.ClassFilter
-
- 所有已实现的接口:
DataEntryReader
public class ClassFilter extends FilteredDataEntryReader
ThisDataEntryReaderdelegates to one of two otherDataEntryReaderinstances, depending on the extension of the data entry.
-
-
构造器概要
构造器 构造器 说明 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.
-
方法概要
-
从类继承的方法 proguard.io.FilteredDataEntryReader
read
-
-
-
-
构造器详细资料
-
ClassFilter
public ClassFilter(DataEntryReader classReader)
Creates a new ClassFilter that delegates reading classes to the given reader.
-
ClassFilter
public ClassFilter(DataEntryReader classReader, DataEntryReader dataEntryReader)
Creates a new ClassFilter that delegates to either of the two given readers.
-
-