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
public class CSVWriter extends org.hl7.fhir.utilities.TextStreamWriter
-
-
Constructor Summary
Constructors Constructor Description CSVWriter(OutputStream out, StructureDefinition def, boolean asXml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump()voidprocessElement(ElementDefinition ed)-
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, StructureDefinition def, boolean asXml) throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
-
Method Detail
-
processElement
public void processElement(ElementDefinition ed) throws Exception
- Throws:
Exception
-
dump
public void dump() throws IOException
- Throws:
IOException
-
-