public class DoubleValueParser extends FieldParser<DoubleValue>
FieldParser.ParseErrorState| Constructor and Description |
|---|
DoubleValueParser() |
| Modifier and Type | Method and Description |
|---|---|
DoubleValue |
createValue()
Returns an instance of the parsed value type.
|
DoubleValue |
getLastResult()
Gets the parsed field.
|
int |
parseField(byte[] bytes,
int startPos,
int limit,
byte[] delimiter,
DoubleValue reusable)
Parses the value of a field from the byte array.
|
delimiterNext, getErrorState, getParserForType, setErrorStatepublic int parseField(byte[] bytes,
int startPos,
int limit,
byte[] delimiter,
DoubleValue reusable)
FieldParserparseField in class FieldParser<DoubleValue>bytes - The byte array that holds the value.startPos - The index where the field startslimit - The limit unto which the byte contents is valid for the parser. The limit is the
position one after the last valid byte.delimiter - The field delimiter characterreusable - An optional reusable field to hold the valuepublic DoubleValue createValue()
FieldParsercreateValue in class FieldParser<DoubleValue>public DoubleValue getLastResult()
FieldParserFieldParser.parseField(byte[], int, int, byte[], Object). It objects are mutable and reused, it will return
the object instance that was passed the parse function.getLastResult in class FieldParser<DoubleValue>Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.