程序包 org.jsfr.json

接口 NonBlockingParser

    • 方法详细资料

      • feed

        boolean feed​(byte[] bytes,
                     int start,
                     int end)
        Feed data and start or resume parsing immediately
        参数:
        bytes - bytes to feed
        start - start position
        end - end position
        返回:
        true if all feed data is successfully consumed
      • endOfInput

        void endOfInput()
        Called to notify parser the input ended