public class ExtraDataEntryReader
extends java.lang.Object
implements proguard.io.DataEntryReader
| Constructor and Description |
|---|
ExtraDataEntryReader(ExtraDataEntryNameMap extraEntryNameMap,
proguard.io.DataEntryReader dataEntryReader)
Creates a new ExtraDataEntryReader.
|
ExtraDataEntryReader(ExtraDataEntryNameMap extraEntryNameMap,
proguard.io.DataEntryReader dataEntryReader,
proguard.io.DataEntryReader extraDataEntryReader)
Creates a new ExtraDataEntryReader.
|
ExtraDataEntryReader(java.lang.String extraEntryName,
proguard.io.DataEntryReader dataEntryReader)
Creates a new ExtraDataEntryReader that reads one given extra data entry
together with the first data entry that is read.
|
ExtraDataEntryReader(java.lang.String extraEntryName,
proguard.io.DataEntryReader dataEntryReader,
proguard.io.DataEntryReader extraDataEntryReader)
Creates a new ExtraDataEntryReader that reads one given extra data entry
together with the first data entry that is read.
|
| Modifier and Type | Method and Description |
|---|---|
void |
read(proguard.io.DataEntry dataEntry) |
public ExtraDataEntryReader(java.lang.String extraEntryName,
proguard.io.DataEntryReader dataEntryReader)
extraEntryName - the name of the extra data entry.dataEntryReader - the reader from which the entries are
read, including the extra data entry.public ExtraDataEntryReader(java.lang.String extraEntryName,
proguard.io.DataEntryReader dataEntryReader,
proguard.io.DataEntryReader extraDataEntryReader)
extraEntryName - the name of the extra data entry.dataEntryReader - the reader from which the entries are
read.extraDataEntryReader - the reader from which the extra data entry
will be read.public ExtraDataEntryReader(ExtraDataEntryNameMap extraEntryNameMap, proguard.io.DataEntryReader dataEntryReader)
extraEntryNameMap - a map with data entry names and their
associated extra data entries. An extra
data entry that is associated with multiple
entries is only read once.dataEntryReader - the reader from which the entries are
read.public ExtraDataEntryReader(ExtraDataEntryNameMap extraEntryNameMap, proguard.io.DataEntryReader dataEntryReader, proguard.io.DataEntryReader extraDataEntryReader)
extraEntryNameMap - a map with data entry names and their
associated extra data entries. An extra
data entry that is associated with multiple
entries is only read once.dataEntryReader - the reader from which the entries are
read.extraDataEntryReader - the reader from which the extra data entry
will be read.