uk.ac.starlink.ttools.lint
Class BinaryHandler

java.lang.Object
  extended by uk.ac.starlink.ttools.lint.ElementHandler
      extended by uk.ac.starlink.ttools.lint.StreamingHandler
          extended by uk.ac.starlink.ttools.lint.BinaryHandler

public class BinaryHandler
extends StreamingHandler

Element handler for BINARY elements.

Since:
8 Apr 2005
Author:
Mark Taylor (Starlink)

Constructor Summary
BinaryHandler()
           
 
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.StreamingHandler
foundRow, getFields, startElement
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BinaryHandler

public BinaryHandler()
Method Detail

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.