Package proguard.io
Class DirectoryFilter
- java.lang.Object
-
- proguard.io.FilteredDataEntryReader
-
- proguard.io.DirectoryFilter
-
- All Implemented Interfaces:
DataEntryReader
public class DirectoryFilter extends FilteredDataEntryReader
ThisDataEntryReader
delegates to one of two otherDataEntryReader
instances, depending on whether the data entry represents a directory or not.
-
-
Constructor Summary
Constructors Constructor Description 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.
-
Method Summary
-
Methods inherited from class proguard.io.FilteredDataEntryReader
read
-
-
-
-
Constructor Detail
-
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.
-
-