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