uk.ac.starlink.ttools.lint
Class BinaryHandler
java.lang.Object
uk.ac.starlink.ttools.lint.ElementHandler
uk.ac.starlink.ttools.lint.StreamingHandler
uk.ac.starlink.ttools.lint.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.lint.ElementHandler |
characters, configure, endElement, error, getAncestry, getAttribute, getContext, getName, getRef, info, registerChildName, setAncestry, setAttributes, toString, warning |
BinaryHandler
public BinaryHandler()
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 © 2009 Central Laboratory of the Research Councils. All Rights Reserved.