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, startElement
characters, configure, endElement, error, getAncestry, getAttribute, getContext, getName, getRef, info, registerChildName, setAncestry, setAttributes, toString, warning
public void feed(java.io.InputStream in) throws java.io.IOException
StreamingHandler
feed
in class StreamingHandler
in
- input stream to readjava.io.IOException
public void acceptMetadata(uk.ac.starlink.table.StarTable meta)
acceptMetadata
in interface uk.ac.starlink.table.TableSink
public void acceptRow(java.lang.Object[] row)
acceptRow
in interface uk.ac.starlink.table.TableSink
public void endRows()
endRows
in interface uk.ac.starlink.table.TableSink
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.