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.StarTable
getColumnCount
in class uk.ac.starlink.table.AbstractStarTable
public uk.ac.starlink.table.ColumnInfo getColumnInfo(int colInd)
getColumnInfo
in interface uk.ac.starlink.table.StarTable
getColumnInfo
in class uk.ac.starlink.table.AbstractStarTable
public long getRowCount()
getRowCount
in interface uk.ac.starlink.table.StarTable
getRowCount
in class uk.ac.starlink.table.AbstractStarTable
public uk.ac.starlink.table.RowSequence getRowSequence() throws java.io.IOException
getRowSequence
in interface uk.ac.starlink.table.StarTable
getRowSequence
in class uk.ac.starlink.table.AbstractStarTable
java.io.IOException