public abstract class ByteBufferParser extends Object implements Serializable
| Constructor and Description |
|---|
ByteBufferParser(byte[] byteBuffer,
int[] fieldOffsets,
int[] fieldLengths) |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
getFieldAsByteArray(int fieldIndex) |
protected Long |
getFieldAsLong(int fieldIndex) |
protected String |
getFieldAsString(int fieldIndex) |
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.