Class OutputStreamWithCSVWriter

java.lang.Object
java.io.OutputStream
org.nuxeo.ecm.core.io.marshallers.csv.OutputStreamWithCSVWriter
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class OutputStreamWithCSVWriter extends OutputStream
Wrapper for CSVPrinter.
Since:
10.3
  • Field Details

    • out

      protected org.apache.commons.io.output.AppendableOutputStream<Appendable> out
    • csvPrinter

      protected org.apache.commons.csv.CSVPrinter csvPrinter
  • Constructor Details

    • OutputStreamWithCSVWriter

      public OutputStreamWithCSVWriter()
    • OutputStreamWithCSVWriter

      public OutputStreamWithCSVWriter(org.apache.commons.csv.CSVPrinter csvPrinter)
  • Method Details