proguard.io
Interface DataEntryReader
- All Known Implementing Classes:
- ClassFilter, ClassReader, ClassRewriter, DataEntryCopier, DataEntryObfuscator, DataEntryRenamer, DataEntryRewriter, DirectoryFilter, FilteredDataEntryReader, JarReader, ManifestRewriter, NameFilter
public interface DataEntryReader
This interface provides methods for reading data entries. The implementation
determines what to do with the read data, if anything.
|
Method Summary |
void |
read(DataEntry dataEntry)
Reads the given data entry. |
read
void read(DataEntry dataEntry)
throws java.io.IOException
- Reads the given data entry.
- Throws:
java.io.IOException