|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.io.DataEntryObfuscator
public class DataEntryObfuscator
This DataEntryReader delegates to another DataEntryReader, renaming the data entries based on the renamed classes in the given ClassPool.
| Constructor Summary | |
|---|---|
DataEntryObfuscator(ClassPool classPool,
java.util.Map packagePrefixMap,
DataEntryReader dataEntryReader)
Creates a new DataEntryObfuscator. |
|
| 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 |
|---|
public DataEntryObfuscator(ClassPool classPool,
java.util.Map packagePrefixMap,
DataEntryReader dataEntryReader)
classPool - the class pool that maps from old names to new
names.packagePrefixMap - the map from old package prefixes to new package
prefixes.dataEntryReader - the DataEntryReader to which calls will be
delegated.| Method Detail |
|---|
public void read(DataEntry dataEntry)
throws java.io.IOException
DataEntryReader
read in interface DataEntryReaderjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||