public class DimensionReader extends HeaderReader<Dimension>
| Constructor and Description |
|---|
DimensionReader(java.lang.String header)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addValues(Header header,
java.util.Collection<Dimension> collection)
Adds values to the given collection.
|
Dimension |
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 DimensionReader(java.lang.String header)
header - The header to read.public static void addValues(Header header, java.util.Collection<Dimension> collection)
header - The header to read.collection - The collection to update.public Dimension readValue() throws java.io.IOException
HeaderReaderreadValue in class HeaderReader<Dimension>java.io.IOExceptionCopyright © 2005-2024 Restlet.