Package proguard.io

Class IdleRewriter

  • All Implemented Interfaces:
    DataEntryReader

    public class IdleRewriter
    extends java.lang.Object
    implements DataEntryReader
    This DataEntryReader reads data entries and requests their corresponding output streams from a given DataEntryWriter, without actually using the output stream. This approach correctly accounts for any filtering of the classes to output archives.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void read​(DataEntry dataEntry)
      Reads the given data entry.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • read

        public void read​(DataEntry dataEntry)
                  throws java.io.IOException
        Description copied from interface: DataEntryReader
        Reads the given data entry.
        Specified by:
        read in interface DataEntryReader
        Throws:
        java.io.IOException