public class IntValueParser extends FieldParser<IntValue>
FieldParser.ParseErrorState| Constructor and Description |
|---|
IntValueParser() |
| Modifier and Type | Method and Description |
|---|---|
IntValue |
createValue()
Returns an instance of the parsed value type.
|
IntValue |
getLastResult()
Gets the parsed field.
|
int |
parseField(byte[] bytes,
int startPos,
int limit,
byte[] delimiter,
IntValue 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,
IntValue reusable)
FieldParserparseField in class FieldParser<IntValue>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 IntValue createValue()
FieldParsercreateValue in class FieldParser<IntValue>public IntValue 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<IntValue>Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.