Package proguard.io
Interface DataEntryReader
- All Known Implementing Classes:
ClassFilter,ClassReader,DataEntryCopier,DataEntryRewriter,DexClassReader,DirectoryFilter,FilteredDataEntryReader,IdleRewriter,JarReader,KotlinModuleDataEntryReader,ManifestRewriter,MultiDataEntryReader,NameFilteredDataEntryReader,ParallelDexClassReader,PrefixStrippingDataEntryReader,PrioritizingJarReader,RenamedDataEntryReader,ResourceFileDataEntryReader,ResourceJavaReferenceCollector
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
-
Method Details
-
read
Reads the given data entry.- Throws:
IOException
-