Class YamlCellPreProcessor.YamlCellConsumer

java.lang.Object
org.simpleflatmapper.lightningcsv.parser.YamlCellPreProcessor.YamlCellConsumer
All Implemented Interfaces:
CellConsumer
Enclosing class:
YamlCellPreProcessor

public static final class YamlCellPreProcessor.YamlCellConsumer extends Object implements CellConsumer
  • Constructor Details

  • Method Details

    • newCell

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

      public void newCell(char[] chars, int start, int end, int state)
    • endOfRow

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

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