程序包 proguard.io
类 DirectoryFilter
- java.lang.Object
-
- proguard.io.FilteredDataEntryReader
-
- proguard.io.DirectoryFilter
-
- 所有已实现的接口:
DataEntryReader
public class DirectoryFilter extends FilteredDataEntryReader
ThisDataEntryReaderdelegates to one of two otherDataEntryReaderinstances, depending on whether the data entry represents a directory or not.
-
-
构造器概要
构造器 构造器 说明 DirectoryFilter(DataEntryReader directoryReader)Creates a new ClassFilter that delegates reading directories to the given reader.DirectoryFilter(DataEntryReader directoryReader, DataEntryReader otherReader)Creates a new ClassFilter that delegates to either of the two given readers.
-
方法概要
-
从类继承的方法 proguard.io.FilteredDataEntryReader
read
-
-
-
-
构造器详细资料
-
DirectoryFilter
public DirectoryFilter(DataEntryReader directoryReader)
Creates a new ClassFilter that delegates reading directories to the given reader.
-
DirectoryFilter
public DirectoryFilter(DataEntryReader directoryReader, DataEntryReader otherReader)
Creates a new ClassFilter that delegates to either of the two given readers.
-
-