Package org.hl7.fhir.utilities
Class CSVWriter
- java.lang.Object
-
- java.io.Writer
-
- java.io.OutputStreamWriter
-
- org.hl7.fhir.utilities.TextStreamWriter
-
- org.hl7.fhir.utilities.CSVWriter
-
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
public class CSVWriter extends TextStreamWriter
-
-
Constructor Summary
Constructors Constructor Description CSVWriter(OutputStream out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringcsvEscape(String s)voidline(String... fields)-
Methods inherited from class org.hl7.fhir.utilities.TextStreamWriter
ln, ln_i, ln_o
-
Methods inherited from class java.io.OutputStreamWriter
append, append, close, flush, getEncoding, write, write, write
-
Methods inherited from class java.io.Writer
append, nullWriter, write, write
-
-
-
-
Constructor Detail
-
CSVWriter
public CSVWriter(OutputStream out) throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
-
Method Detail
-
line
public void line(String... fields) throws IOException
- Throws:
IOException
-
-