public class PrefixStrippingDataEntryReader extends java.lang.Object implements DataEntryReader
DataEntryReader
delegates to a given DataEntryReader
, each time stripping a
possible prefix from the read data entry name.Constructor and Description |
---|
PrefixStrippingDataEntryReader(java.lang.String prefix,
DataEntryReader dataEntryReader)
Creates a new PrefixStrippingDataEntryReader.
|
Modifier and Type | Method and Description |
---|---|
void |
read(DataEntry dataEntry)
Reads the given data entry.
|
public PrefixStrippingDataEntryReader(java.lang.String prefix, DataEntryReader dataEntryReader)
public void read(DataEntry dataEntry) throws java.io.IOException
DataEntryReader
read
in interface DataEntryReader
java.io.IOException