Package proguard.io

Class DirectorySource

    • Constructor Summary

      Constructors 
      Constructor Description
      DirectorySource​(java.io.File directory)
      Creates a new DirectorySource for the given directory.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void pumpDataEntries​(DataEntryReader dataEntryReader)
      Applies the given DataEntryReader to all data entries that the implementation can provide.
      • Methods inherited from class java.lang.Object

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

      • DirectorySource

        public DirectorySource​(java.io.File directory)
        Creates a new DirectorySource for the given directory.
    • Method Detail

      • pumpDataEntries

        public void pumpDataEntries​(DataEntryReader dataEntryReader)
                             throws java.io.IOException
        Description copied from interface: DataEntrySource
        Applies the given DataEntryReader to all data entries that the implementation can provide.
        Specified by:
        pumpDataEntries in interface DataEntrySource
        Throws:
        java.io.IOException