public class CsvOutputStream extends OutputStream
| Constructor and Description |
|---|
CsvOutputStream(OutputStreamWriter output) |
CsvOutputStream(OutputStreamWriter output,
char separator,
boolean quoteAlways) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
static void |
main(String[] args) |
void |
write(int b) |
void |
writeRecord(String[] values) |
write, writepublic CsvOutputStream(OutputStreamWriter output)
public CsvOutputStream(OutputStreamWriter output, char separator, boolean quoteAlways)
public 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 void writeRecord(String[] values) throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2018. All rights reserved.