BinaryHandler, FitsHandlerpublic abstract class StreamingHandler extends ElementHandler
| Constructor | Description |
|---|---|
StreamingHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract 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.
|
protected void |
foundRow() |
Invoked to log that a row has been counted (used for keeping track
of how many have been seen).
|
FieldHandler[] |
getFields() |
Returns the fields used for this stream.
|
void |
startElement() |
Called after the attributes have been set and checked.
|
characters, configure, endElement, error, getAncestry, getAttribute, getContext, getName, getRef, info, registerChildName, setAncestry, setAttributes, toString, warningpublic void startElement()
ElementHandlerstartElement in class ElementHandlerpublic FieldHandler[] getFields()
protected void foundRow()
public abstract void feed(java.io.InputStream in)
throws java.io.IOException
in - input stream to readjava.io.IOExceptionCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.