Class RowColParser

java.lang.Object
com.mapr.fs.jni.RowColParser

public class RowColParser extends Object
  • Constructor Details

    • RowColParser

      public RowColParser()
  • Method Details

    • Init

      public void Init(ByteBuffer byteBuf, int endOffset)
    • RowColParserNext

      public void RowColParserNext() throws IOException
      Throws:
      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()