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