Package proguard.io

Class ClassFilter

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • 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.