@Deprecated public class ContactInfoReader extends HeaderReader<ContactInfo>
| Constructor and Description |
|---|
ContactInfoReader(String header)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(Address address,
Parameter param)
Deprecated.
Handle a given parameters.
|
ContactInfo |
readValue()
Deprecated.
Read the next value.
|
addValues, canAdd, createParameter, createParameter, mark, peek, read, readActualNamedValue, readComment, readDate, readDigits, readHeader, readHeader, readNamedValue, readParameter, readQuotedString, readRawText, readRawValue, readToken, readValues, reset, skipParameterSeparator, skipSpaces, skipValueSeparator, unreadpublic ContactInfoReader(String header)
header - The header to read.public void addParameter(Address address, Parameter param)
address - The address object to update.param - The parameter.public ContactInfo readValue() throws IOException
HeaderReaderreadValue in class HeaderReader<ContactInfo>IOExceptionCopyright © 2005–2016. All rights reserved.