Interface SavotDataReader

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
DataBinaryReader

public interface SavotDataReader extends Closeable
Common interface of a reader of a VOTable DATA node (whatever is its child node: FITS, BINARY or TABLEDATA).
Since:
09/2011
Author:
Gregory Mantelet
  • Method Summary

    Modifier and Type
    Method
    Description
    getCell(int indColumn)
    Gets the specified cell of the last read row.
    getCellAsString(int indColumn)
    Gets the specified cell of the last read row as a String.
    Gets the last read row.
    getTD(int indColumn)
    Gets the specified cell of the last read row as SavotTD.
    Gets the last read row as a SavotTR object.
    boolean
    Reads to the next row.

    Methods inherited from interface java.io.Closeable

    close