@PublicEvolving public class BooleanValueParser extends FieldParser<BooleanValue>
FieldParser.ParseErrorState
Constructor and Description |
---|
BooleanValueParser() |
Modifier and Type | Method and Description |
---|---|
BooleanValue |
createValue()
Returns an instance of the parsed value type.
|
BooleanValue |
getLastResult()
Gets the parsed field.
|
int |
parseField(byte[] bytes,
int startPos,
int limit,
byte[] delim,
BooleanValue reuse)
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[] delim, BooleanValue reuse)
FieldParser
parseField
in class FieldParser<BooleanValue>
public BooleanValue 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<BooleanValue>
public BooleanValue createValue()
FieldParser
createValue
in class FieldParser<BooleanValue>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.