Package uk.ac.starlink.ttools.votlint
Class BinaryHandler
- java.lang.Object
-
- uk.ac.starlink.ttools.votlint.ElementHandler
-
- uk.ac.starlink.ttools.votlint.StreamingHandler
-
- uk.ac.starlink.ttools.votlint.BinaryHandler
-
public class BinaryHandler extends StreamingHandler
Element handler for BINARY elements.- Since:
- 8 Apr 2005
- Author:
- Mark Taylor (Starlink)
-
-
Constructor Summary
Constructors Constructor Description BinaryHandler(boolean isBinary2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.-
Methods inherited from class uk.ac.starlink.ttools.votlint.StreamingHandler
foundRow, getFields, startElement
-
Methods inherited from class uk.ac.starlink.ttools.votlint.ElementHandler
characters, configure, endElement, error, getAncestry, getAttribute, getContext, getName, getRef, info, registerChildName, setAncestry, setAttributes, toString, warning
-
-
-
-
Method Detail
-
feed
public void feed(java.io.InputStream in) throws java.io.IOException
Description copied from class:StreamingHandler
Consumes a decoded input stream containing the data of a table, encoded according to the rules specified by this element.- Specified by:
feed
in classStreamingHandler
- Parameters:
in
- input stream to read- Throws:
java.io.IOException
-
-