Interface DataHandler

    • Method Detail

      • putValue

        void putValue​(RawTagValue inValue)
               throws java.lang.Exception
        Insert a value into the handler.
        Throws:
        java.lang.Exception
      • flush

        void flush()
            throws java.lang.Exception
        Indicate that the handler won't get any more data, at least for a while.
        Throws:
        java.lang.Exception