Package proguard.io
Class PrefixStrippingDataEntryReader
java.lang.Object
proguard.io.PrefixStrippingDataEntryReader
- All Implemented Interfaces:
DataEntryReader
This
DataEntryReader delegates to a given DataEntryReader, each time stripping a
possible prefix from the read data entry name.-
Constructor Summary
ConstructorsConstructorDescriptionPrefixStrippingDataEntryReader(String prefix, DataEntryReader dataEntryReader) Creates a new PrefixStrippingDataEntryReader. -
Method Summary
-
Constructor Details
-
PrefixStrippingDataEntryReader
Creates a new PrefixStrippingDataEntryReader.
-
-
Method Details
-
read
Description copied from interface:DataEntryReaderReads the given data entry.- Specified by:
readin interfaceDataEntryReader- Throws:
IOException
-