public class RecipientInfoReader extends HeaderReader<RecipientInfo>
| Constructor and Description |
|---|
RecipientInfoReader(String header)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addValues(Header header,
Collection<RecipientInfo> collection)
Adds values to the given collection.
|
RecipientInfo |
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, unreadpublic RecipientInfoReader(String header)
header - The header to read.public static void addValues(Header header, Collection<RecipientInfo> collection)
header - The header to read.collection - The collection to update.public RecipientInfo readValue() throws IOException
HeaderReaderreadValue in class HeaderReader<RecipientInfo>IOExceptionCopyright © 2005–2025. All rights reserved.