public class OutputStreamWithCSVWriter extends OutputStream
CSVPrinter.| Modifier and Type | Field and Description | 
|---|---|
protected org.apache.commons.csv.CSVPrinter | 
csvPrinter  | 
protected org.apache.commons.io.output.AppendableOutputStream<Appendable> | 
out  | 
| Constructor and Description | 
|---|
OutputStreamWithCSVWriter()  | 
OutputStreamWithCSVWriter(org.apache.commons.csv.CSVPrinter csvPrinter)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
void | 
flush()  | 
org.apache.commons.csv.CSVPrinter | 
getCsvPrinter()
Returns the wrapped CSV printer. 
 | 
void | 
setCSVPrinter(org.apache.commons.csv.CSVPrinter csvPrinter)  | 
String | 
toString()  | 
void | 
write(byte[] b)  | 
void | 
write(byte[] b,
     int off,
     int len)  | 
void | 
write(int i)  | 
protected org.apache.commons.io.output.AppendableOutputStream<Appendable> out
protected org.apache.commons.csv.CSVPrinter csvPrinter
public OutputStreamWithCSVWriter()
public OutputStreamWithCSVWriter(org.apache.commons.csv.CSVPrinter csvPrinter)
public void setCSVPrinter(org.apache.commons.csv.CSVPrinter csvPrinter)
public void write(int i) throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b) throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b, int off, int len) throws IOException
write in class OutputStreamIOExceptionpublic void flush() throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic org.apache.commons.csv.CSVPrinter getCsvPrinter()
Copyright © 2019 Nuxeo. All rights reserved.