public class TagReader extends HeaderReader<Tag>
Modifier and Type | Method and Description |
---|---|
static void |
addValues(Header header,
Collection<Tag> collection)
Adds values to the given collection.
|
Tag |
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 TagReader(String header)
header
- The header to read.public static void addValues(Header header, Collection<Tag> collection)
header
- The header to read.collection
- The collection to update.public Tag readValue() throws IOException
HeaderReader
readValue
in class HeaderReader<Tag>
IOException
Copyright © 2005-2017 Restlet.