java.lang.Object
org.simpleflatmapper.lightningcsv.impl.CellConsumerCapture
All Implemented Interfaces:
CellConsumer

public class CellConsumerCapture extends Object implements CellConsumer
  • Constructor Details

    • CellConsumerCapture

      public CellConsumerCapture()
  • Method Details

    • newCell

      public void newCell(char[] chars, int offset, int length)
      Specified by:
      newCell in interface CellConsumer
    • endOfRow

      public boolean endOfRow()
      Specified by:
      endOfRow in interface CellConsumer
    • end

      public void end()
      Specified by:
      end in interface CellConsumer
    • values

      public String[] values()
    • hasData

      public boolean hasData()