java.lang.Object
org.simpleflatmapper.lightningcsv.parser.NullCellConsumer
All Implemented Interfaces:
CellConsumer

public class NullCellConsumer extends Object implements CellConsumer
  • Field Details

  • 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