Package com.mapr.fs.jni
Class RowColParser
- java.lang.Object
-
- com.mapr.fs.jni.RowColParser
-
public class RowColParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RowColParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDataLen()intgetDataOffset()intgetFieldLen()intgetFieldOffset()booleangetIsLast()com.mapr.fs.jni.RowColParser.STATEgetState()com.mapr.fs.jni.RowColParser.ValTypegetValType()longgetVersion()voidInit(java.nio.ByteBuffer byteBuf, int endOffset)voidRowColParserNext()
-
-
-
Method Detail
-
Init
public void Init(java.nio.ByteBuffer byteBuf, int endOffset)
-
RowColParserNext
public void RowColParserNext() throws java.io.IOException- Throws:
java.io.IOException
-
getFieldOffset
public int getFieldOffset()
-
getFieldLen
public int getFieldLen()
-
getDataOffset
public int getDataOffset()
-
getDataLen
public int getDataLen()
-
getVersion
public long getVersion()
-
getIsLast
public boolean getIsLast()
-
getState
public com.mapr.fs.jni.RowColParser.STATE getState()
-
getValType
public com.mapr.fs.jni.RowColParser.ValType getValType()
-
-