public class RowColParser
extends java.lang.Object
| Constructor and Description |
|---|
RowColParser() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDataLen() |
int |
getDataOffset() |
int |
getFieldLen() |
int |
getFieldOffset() |
boolean |
getIsLast() |
com.mapr.fs.jni.RowColParser.STATE |
getState() |
com.mapr.fs.jni.RowColParser.ValType |
getValType() |
long |
getVersion() |
void |
Init(java.nio.ByteBuffer byteBuf,
int endOffset) |
void |
RowColParserNext() |
public void Init(java.nio.ByteBuffer byteBuf,
int endOffset)
public void RowColParserNext()
throws java.io.IOException
java.io.IOExceptionpublic int getFieldOffset()
public int getFieldLen()
public int getDataOffset()
public int getDataLen()
public long getVersion()
public boolean getIsLast()
public com.mapr.fs.jni.RowColParser.STATE getState()
public com.mapr.fs.jni.RowColParser.ValType getValType()