public class ProgressLineStarTable extends WrapperStarTable
baseTable| Constructor and Description |
|---|
ProgressLineStarTable(StarTable baseTable,
java.io.PrintStream out)
Constructs a new ProgressLineStarTable.
|
| Modifier and Type | Method and Description |
|---|---|
RowSequence |
getRowSequence()
Returns an object which can iterate over all the rows in the table
sequentially.
|
checkedLongToInt, getBaseTable, getCell, getColumnAuxDataInfos, getColumnCount, getColumnInfo, getName, getParameterByName, getParameters, getRow, getRowCount, getURL, isRandom, setName, setParameter, setURL, toStringpublic ProgressLineStarTable(StarTable baseTable, java.io.PrintStream out)
baseTable - the base tableout - stream on which progress will be written - this should
preferably be terminal-like, since it's going to have things
like carriage-returns ('\r') written to itpublic RowSequence getRowSequence() throws java.io.IOException
StarTablegetRowSequence in interface StarTablegetRowSequence in class WrapperStarTablejava.io.IOException - if there is an error providing access