
Package org.hl7.fhir.r5.utils.formats
Class CSVWriter
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
org.hl7.fhir.utilities.TextStreamWriter
org.hl7.fhir.r5.utils.formats.CSVWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCSVWriter(OutputStream out, boolean asXml) CSVWriter(OutputStream out, StructureDefinition def, boolean asXml) -
Method Summary
Methods inherited from class org.hl7.fhir.utilities.TextStreamWriter
ln, ln_i, ln_oMethods inherited from class java.io.OutputStreamWriter
append, append, close, flush, getEncoding, write, write, writeMethods 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
-
CSVWriter
- Throws:
UnsupportedEncodingException
-
-
Method Details
-
processElement
- Throws:
Exception
-
dump
- Throws:
IOException
-