Package proguard.io

Class DirectoryFilter

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.