Package proguard.io
Class IdleRewriter
- java.lang.Object
-
- proguard.io.IdleRewriter
-
- All Implemented Interfaces:
DataEntryReader
public class IdleRewriter extends java.lang.Object implements DataEntryReader
ThisDataEntryReaderreads data entries and requests their corresponding output streams from a givenDataEntryWriter, without actually using the output stream. This approach correctly accounts for any filtering of the classes to output archives.
-
-
Constructor Summary
Constructors Constructor Description IdleRewriter(DataEntryWriter dataEntryWriter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidread(DataEntry dataEntry)Reads the given data entry.
-
-
-
Constructor Detail
-
IdleRewriter
public IdleRewriter(DataEntryWriter dataEntryWriter)
-
-
Method Detail
-
read
public void read(DataEntry dataEntry) throws java.io.IOException
Description copied from interface:DataEntryReaderReads the given data entry.- Specified by:
readin interfaceDataEntryReader- Throws:
java.io.IOException
-
-