proguard.io
Interface DataEntryReader
- All Known Implementing Classes:
- ClassFileFilter, ClassFileReader, ClassFileRewriter, DataEntryCopier, FilteredDataEntryReader, JarReader
- 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
public void read(DataEntry dataEntry)
throws IOException
- Reads the given data entry.
- Throws:
IOException