Class BinaryHandler
java.lang.Object
uk.ac.starlink.ttools.votlint.ElementHandler
uk.ac.starlink.ttools.votlint.StreamingHandler
uk.ac.starlink.ttools.votlint.BinaryHandler
Element handler for BINARY elements.
- Since:
- 8 Apr 2005
- Author:
- Mark Taylor (Starlink)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfeed(InputStream in) Consumes a decoded input stream containing the data of a table, encoded according to the rules specified by this element.Methods inherited from class StreamingHandler
foundRow, getFields, startElementMethods inherited from class ElementHandler
characters, configure, endElement, error, getAncestry, getAttribute, getContext, getName, getRef, info, registerChildName, setAncestry, setAttributes, toString, warning
-
Constructor Details
-
BinaryHandler
public BinaryHandler(boolean isBinary2)
-
-
Method Details
-
feed
Description copied from class:StreamingHandlerConsumes a decoded input stream containing the data of a table, encoded according to the rules specified by this element.- Specified by:
feedin classStreamingHandler- Parameters:
in- input stream to read- Throws:
IOException
-