uk.ac.starlink.table.TableSinkpublic class FitsHandler extends StreamingHandler implements uk.ac.starlink.table.TableSink
| Constructor | Description |
|---|---|
FitsHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
acceptMetadata(uk.ac.starlink.table.StarTable meta) |
|
void |
acceptRow(java.lang.Object[] row) |
|
void |
endRows() |
|
void |
feed(java.io.InputStream in) |
Consumes a decoded input stream containing the data of a table,
encoded according to the rules specified by this element.
|
characters, configure, endElement, error, getAncestry, getAttribute, getContext, getName, getRef, info, registerChildName, setAncestry, setAttributes, toString, warningclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfoundRow, getFields, startElementpublic void feed(java.io.InputStream in)
throws java.io.IOException
StreamingHandlerfeed in class StreamingHandlerin - input stream to readjava.io.IOExceptionpublic void acceptMetadata(uk.ac.starlink.table.StarTable meta)
acceptMetadata in interface uk.ac.starlink.table.TableSinkpublic void acceptRow(java.lang.Object[] row)
acceptRow in interface uk.ac.starlink.table.TableSinkpublic void endRows()
endRows in interface uk.ac.starlink.table.TableSinkCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.