Class CellConsumerFixLengthToCheckConsumer

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

public class CellConsumerFixLengthToCheckConsumer extends Object implements CellConsumer
  • Constructor Details

    • CellConsumerFixLengthToCheckConsumer

      public CellConsumerFixLengthToCheckConsumer(int l, org.simpleflatmapper.util.Consumer<String[]> consumer)
  • 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