Class BinaryHandler


  • public class BinaryHandler
    extends StreamingHandler
    Element handler for BINARY elements.
    Since:
    8 Apr 2005
    Author:
    Mark Taylor (Starlink)
    • Constructor Detail

      • BinaryHandler

        public BinaryHandler​(boolean isBinary2)
    • 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 class StreamingHandler
        Parameters:
        in - input stream to read
        Throws:
        java.io.IOException