Class JSONBase.ReaderJSONCharacterSource

java.lang.Object
com.cumulocity.model.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 Details

    • ReaderJSONCharacterSource

      public ReaderJSONCharacterSource(Reader json)
  • Method Details

    • 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