public class RecipientInfoReader extends HeaderReader<RecipientInfo>
Constructor and Description |
---|
RecipientInfoReader(String header)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
addValues(Parameter header,
Collection<RecipientInfo> collection)
Adds values to the given collection.
|
RecipientInfo |
readValue()
Read the next value.
|
addValues, canAdd, createParameter, createParameter, mark, peek, read, readComment, readDate, readDigits, readHeader, readHeader, readParameter, readParameterValue, readQuotedString, readRawText, readRawValue, readToken, readValues, reset, skipParameterSeparator, skipSpaces, skipValueSeparator, unread
public RecipientInfoReader(String header)
header
- The header to read.public static void addValues(Parameter header, Collection<RecipientInfo> collection)
header
- The header to read.collection
- The collection to update.public RecipientInfo readValue() throws IOException
HeaderReader
readValue
in class HeaderReader<RecipientInfo>
IOException
Copyright © 2005–2016. All rights reserved.