Interface DecoderResultProvider

    • Method Detail

      • decoderResult

        DecoderResult decoderResult()
        Returns the result of decoding this object.
      • setDecoderResult

        void setDecoderResult​(DecoderResult result)
        Updates the result of decoding this object. This method is supposed to be invoked by a decoder. Do not call this method unless you know what you are doing.