|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.isti.util.BaseValueTableModel
com.isti.util.DelimiterSeparatedValuesTable
public class DelimiterSeparatedValuesTable
| Constructor Summary | |
|---|---|
DelimiterSeparatedValuesTable()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.isti.util.ValueTableModel |
|---|
getColumnClass, getColumnCount, getColumnIndex, getColumnName, getRowCount, getValueAt, importValues, isCellEditable, setValueAt |
| Constructor Detail |
|---|
public DelimiterSeparatedValuesTable()
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||