proguard.io
Class DataEntryRenamer

java.lang.Object
  extended by proguard.io.DataEntryRenamer
All Implemented Interfaces:
DataEntryReader

public class DataEntryRenamer
extends java.lang.Object
implements DataEntryReader

This DataEntryReader delegates to another DataEntryReader, renaming the data entries based on the renamed classes in the given ClassPool.


Constructor Summary
DataEntryRenamer(ClassPool classPool, DataEntryReader dataEntryReader)
           
 
Method Summary
 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

DataEntryRenamer

public DataEntryRenamer(ClassPool classPool,
                        DataEntryReader dataEntryReader)
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