uk.ac.starlink.table.TableSink
public 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, warning
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
foundRow, getFields, startElement
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 © 2018 Central Laboratory of the Research Councils. All Rights Reserved.