Class JSONBase.ReaderJSONCharacterSource

  • All Implemented Interfaces:
    org.svenson.tokenize.JSONCharacterSource
    Enclosing class:
    JSONBase

    public static class JSONBase.ReaderJSONCharacterSource
    extends Object
    implements org.svenson.tokenize.JSONCharacterSource
    • Constructor Detail

      • ReaderJSONCharacterSource

        public ReaderJSONCharacterSource​(Reader json)
    • Method Detail

      • nextChar

        public int nextChar()
        Specified by:
        nextChar in interface org.svenson.tokenize.JSONCharacterSource
      • getIndex

        public int getIndex()
        Specified by:
        getIndex in interface org.svenson.tokenize.JSONCharacterSource
      • destroy

        public void destroy()
        Specified by:
        destroy in interface org.svenson.tokenize.JSONCharacterSource