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)
Method Summary |
void |
feed(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.ElementHandler |
characters, configure, endElement, error, getAncestry, getAttribute, getContext, getName, getRef, info, registerChildName, setAncestry, setAttributes, toString, warning |
BinaryHandler
public BinaryHandler(boolean isBinary2)
feed
public void feed(InputStream in)
throws 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 class StreamingHandler
- Parameters:
in
- input stream to read
- Throws:
IOException
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.