public class ContactInfoReader extends HeaderReader<ContactInfo>
Constructor and Description |
---|
ContactInfoReader(String header)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addParameter(Address address,
Parameter param)
Handle a given parameters.
|
ContactInfo |
readValue()
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, unread
public 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
HeaderReader
readValue
in class HeaderReader<ContactInfo>
IOException
Copyright © 2005–2014. All rights reserved.