程序包 org.jsfr.json

接口 ResumableParser

  • 所有已知子接口:
    NonBlockingParser

    public interface ResumableParser
    A parser can be paused and resumed
    • 方法详细资料

      • parse

        void parse()
        Start parsing. It should be invoked only once!
      • resume

        boolean resume()
        Resume parsing. It should not be invoked before parse()!
        返回:
        true if parser was in paused state before invoking resume()