public class FitsHandler extends StreamingHandler implements uk.ac.starlink.table.TableSink
| Constructor and Description |
|---|
FitsHandler() |
| Modifier and Type | Method and 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.
|
foundRow, getFields, startElementcharacters, configure, endElement, error, getAncestry, getAttribute, getContext, getName, getRef, info, registerChildName, setAncestry, setAttributes, toString, warningpublic 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 © 2017 Central Laboratory of the Research Councils. All Rights Reserved.