public class DelimiterSeparatedValuesTable extends BaseValueTableModel implements ValueTableModel
Constructor and Description |
---|
DelimiterSeparatedValuesTable() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
int |
readAll(DelimiterSeparatedValues input,
java.io.BufferedReader br,
boolean headerFlag)
Reads all of the rows.
|
void |
writeAll(DelimiterSeparatedValues output,
java.io.Writer w,
boolean headerFlag)
Writes all the rows.
|
addColumnMapValues, addFixedSizeRow, addReadOnlyColumn, addRow, appendErrorMessageString, clearErrorMessageString, clearLists, clearRows, columnsExist, createColumnMap, createColumnNamesList, createFixedSizeList, createFixedSizeList, createList, createLists, createMap, createRowsList, getColumnClass, getColumnCount, getColumnIndex, getColumnMapKey, getColumnMapValues, getColumnName, getColumnNames, getDefaultColumnName, getErrorMessageFlag, getErrorMessageString, getRawValueAt, getRow, getRowCount, getValueAt, importValues, importValues, isCellEditable, isEditable, isNull, setColumnNames, setColumnNames, setColumnNames, setEditable, setErrorMessageString, setValueAt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumnClass, getColumnCount, getColumnIndex, getColumnName, getRowCount, getValueAt, importValues, isCellEditable, setValueAt
public int readAll(DelimiterSeparatedValues input, java.io.BufferedReader br, boolean headerFlag) throws java.io.IOException
input
- the input DelimiterSeparatedValues.br
- the BufferedReader.headerFlag
- true if the first row is a header, false otherwise.java.io.IOException
- if I/O error.getErrorMessages
public void writeAll(DelimiterSeparatedValues output, java.io.Writer w, boolean headerFlag) throws java.io.IOException
output
- the output DelimiterSeparatedValues.w
- the writer.headerFlag
- true if the first row is a header, false otherwise.java.io.IOException
- if I/O error.public static void main(java.lang.String[] args)