Package org.yamcs.studio.core.utils
Class CsvWriter
java.lang.Object
org.yamcs.studio.core.utils.CsvWriter
- All Implemented Interfaces:
Closeable
,AutoCloseable
Writes CSV according to RFC 4180.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
writeHeader
(String[] header) void
writeRecord
(String[] record)
-
Constructor Details
-
CsvWriter
-
-
Method Details
-
writeHeader
- Throws:
IOException
-
writeRecord
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-