Class RowBuffer

java.lang.Object
app.babylon.table.io.RowBuffer
All Implemented Interfaces:
Row

public final class RowBuffer extends Object implements Row
  • Constructor Details

    • RowBuffer

      public RowBuffer()
  • Method Details

    • clear

      public void clear()
    • append

      public void append(char ch)
    • append

      public void append(char[] source, int offset, int length)
    • finishField

      public void finishField()
    • fieldCount

      public int fieldCount()
      Specified by:
      fieldCount in interface Row
    • copy

      public RowBuffer copy()
      Specified by:
      copy in interface Row
    • chars

      public char[] chars()
      Specified by:
      chars in interface Row
    • end

      public int end()
      Specified by:
      end in interface Row
    • start

      public int start(int fieldIndex)
      Specified by:
      start in interface Row
    • length

      public int length(int fieldIndex)
      Specified by:
      length in interface Row