public class DataEntryObfuscator extends Object implements DataEntryReader
| Constructor and Description |
|---|
DataEntryObfuscator(ClassPool classPool,
Map packagePrefixMap,
DataEntryReader dataEntryReader)
Creates a new DataEntryObfuscator.
|
public DataEntryObfuscator(ClassPool classPool, 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.public void read(DataEntry dataEntry) throws IOException
DataEntryReaderread in interface DataEntryReaderIOExceptionCopyright © 2015. All Rights Reserved.