Package org.esa.snap.ui.io
Class TableModelCsvEncoder
java.lang.Object
org.esa.snap.ui.io.TableModelCsvEncoder
- All Implemented Interfaces:
CsvEncoder
This simple TableModelCsvEncoder writes the table model content encoded
as CSV to a given writer. The separator char is
'\t'
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TableModelCsvEncoder
-
-
Method Details
-
encodeCsv
Writes the table model content encoded as csv to the given writer. The separator char is'\t'
.- Specified by:
encodeCsv
in interfaceCsvEncoder
- Parameters:
writer
-- Throws:
IOException
-