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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidwriteHeader(String[] header) voidwriteRecord(String[] record)
-
Constructor Details
-
CsvWriter
-
-
Method Details
-
writeHeader
- Throws:
IOException
-
writeRecord
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-