public abstract class EcsvStarTable extends AbstractStarTable
| Modifier and Type | Field and Description |
|---|---|
static ValueInfo |
CFORMAT_INFO
Metadata for ECSV format item.
|
| Modifier | Constructor and Description |
|---|---|
protected |
EcsvStarTable(EcsvMeta meta)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Returns the number of columns in this table.
|
ColumnInfo |
getColumnInfo(int icol)
Returns the object describing the data in a given column.
|
long |
getRowCount()
Returns the number of rows in this table, if known.
|
checkedLongToInt, close, getCell, getColumnAuxDataInfos, getName, getParameters, getRow, getRowAccess, getRowSequence, getRowSplittable, getURL, isRandom, setName, setParameters, setURLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterByName, setParameterpublic static final ValueInfo CFORMAT_INFO
protected EcsvStarTable(EcsvMeta meta)
meta - ECSV metadata objectpublic int getColumnCount()
StarTablegetColumnCount in interface StarTablegetColumnCount in class AbstractStarTablepublic ColumnInfo getColumnInfo(int icol)
StarTablegetColumnInfo in interface StarTablegetColumnInfo in class AbstractStarTableicol - the column for which header information is requiredicolpublic long getRowCount()
StarTablegetRowCount in interface StarTablegetRowCount in class AbstractStarTableCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.