Package proguard.io
Class IdleRewriter
- java.lang.Object
-
- proguard.io.IdleRewriter
-
- All Implemented Interfaces:
DataEntryReader
public class IdleRewriter extends java.lang.Object implements DataEntryReader
ThisDataEntryReader
reads 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 void
read(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:DataEntryReader
Reads the given data entry.- Specified by:
read
in interfaceDataEntryReader
- Throws:
java.io.IOException
-
-