Interface Row

All Known Implementing Classes:
RowBuffer

public interface Row
Represents a parsed input row as offsets into a shared character buffer.
  • Method Summary

    Modifier and Type
    Method
    Description
    char[]
     
     
    int
    end()
     
    int
     
    int
    length(int fieldIndex)
     
    int
    start(int fieldIndex)
     
  • Method Details

    • fieldCount

      int fieldCount()
    • chars

      char[] chars()
    • end

      int end()
    • start

      int start(int fieldIndex)
    • length

      int length(int fieldIndex)
    • copy

      Row copy()