Package org.hl7.fhir.r4.utils.formats
Class CSVWriter
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
org.hl7.fhir.utilities.TextStreamWriter
org.hl7.fhir.r4.utils.formats.CSVWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
-
Field Summary
-
Constructor Summary
-
Method Summary
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 Details
-
CSVWriter
public CSVWriter(OutputStream out, StructureDefinition def, boolean asXml) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-
-
Method Details
-
processElement
- Throws:
Exception
-
dump
- Throws:
IOException
-