public class TailTable
extends uk.ac.starlink.table.WrapperStarTable
Constructor | Description |
---|---|
TailTable(uk.ac.starlink.table.StarTable base,
long ntail) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
getCell(long irow,
int icol) |
|
java.lang.Object[] |
getRow(long irow) |
|
long |
getRowCount() |
|
uk.ac.starlink.table.RowSequence |
getRowSequence() |
public TailTable(uk.ac.starlink.table.StarTable base, long ntail)
base
- base tablentail
- number ofrows at the end of the table to usepublic long getRowCount()
getRowCount
in class uk.ac.starlink.table.WrapperStarTable
public java.lang.Object getCell(long irow, int icol) throws java.io.IOException
getCell
in class uk.ac.starlink.table.WrapperStarTable
java.io.IOException
public java.lang.Object[] getRow(long irow) throws java.io.IOException
getRow
in class uk.ac.starlink.table.WrapperStarTable
java.io.IOException
public uk.ac.starlink.table.RowSequence getRowSequence() throws java.io.IOException
getRowSequence
in class uk.ac.starlink.table.WrapperStarTable
java.io.IOException
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.