public static class VOTableFormat.LimitedStarTable
extends uk.ac.starlink.table.AbstractStarTable
Special StarTable able to read a fixed maximum number of rows TableIterator.
However, if no limit is provided, all rows are read.
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
uk.ac.starlink.table.ColumnInfo |
getColumnInfo(int colInd) |
int |
getNbReadRows()
Get the number of rows that have been successfully read until now.
|
long |
getRowCount() |
uk.ac.starlink.table.RowSequence |
getRowSequence() |
boolean |
lastSequenceOverflowed()
Indicates whether the last row sequence dispensed by
this table's getRowSequence method was truncated at maxrec rows.
|
public boolean lastSequenceOverflowed()
public int getNbReadRows()
public int getColumnCount()
getColumnCount in interface uk.ac.starlink.table.StarTablegetColumnCount in class uk.ac.starlink.table.AbstractStarTablepublic uk.ac.starlink.table.ColumnInfo getColumnInfo(int colInd)
getColumnInfo in interface uk.ac.starlink.table.StarTablegetColumnInfo in class uk.ac.starlink.table.AbstractStarTablepublic long getRowCount()
getRowCount in interface uk.ac.starlink.table.StarTablegetRowCount in class uk.ac.starlink.table.AbstractStarTablepublic uk.ac.starlink.table.RowSequence getRowSequence()
throws java.io.IOException
getRowSequence in interface uk.ac.starlink.table.StarTablegetRowSequence in class uk.ac.starlink.table.AbstractStarTablejava.io.IOException