Class Exporter.ExporterAction<E>

java.lang.Object
org.nuiton.csv.Exporter.ExporterAction<E>
Enclosing class:
Exporter<O>

protected static class Exporter.ExporterAction<E> extends Object
Since:
3.0
Author:
Tony Chemit - chemit@codelutin.com
  • Field Details

    • dataIterator

      protected final Iterator<E> dataIterator
      Data to export.
    • writeHeader

      protected final boolean writeHeader
      Write header ?
    • configuration

      protected final ExporterConfiguration<E> configuration
      Exporter configuration.
    • nbCellsPerRow

      protected final int nbCellsPerRow
      Number of cells per row.
    • firstRowConsumed

      protected boolean firstRowConsumed
      Is the first row was consumed ?
    • currentRow

      protected byte[] currentRow
      Current row to export as an array of bytes.
    • currentRowPosition

      protected int currentRowPosition
      Position to read in the current row array.
  • Constructor Details

  • Method Details