@PublicEvolving public class LongValueParser extends FieldParser<LongValue>
FieldParser.ParseErrorState
Constructor and Description |
---|
LongValueParser() |
Modifier and Type | Method and Description |
---|---|
LongValue |
createValue()
Returns an instance of the parsed value type.
|
LongValue |
getLastResult()
Gets the parsed field.
|
int |
parseField(byte[] bytes,
int startPos,
int limit,
byte[] delimiter,
LongValue reusable)
Each parser's logic should be implemented inside this method
|
delimiterNext, endsWithDelimiter, getCharset, getErrorState, getParserForType, nextStringEndPos, nextStringLength, resetErrorStateAndParse, resetParserState, setCharset, setErrorState
public int parseField(byte[] bytes, int startPos, int limit, byte[] delimiter, LongValue reusable)
FieldParser
parseField
in class FieldParser<LongValue>
public LongValue createValue()
FieldParser
createValue
in class FieldParser<LongValue>
public LongValue getLastResult()
FieldParser
FieldParser.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<LongValue>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.