Package com.cumulocity.model
Class JSONBase.ReaderJSONCharacterSource
- java.lang.Object
-
- com.cumulocity.model.JSONBase.ReaderJSONCharacterSource
-
-
Constructor Summary
Constructors Constructor Description ReaderJSONCharacterSource(Reader json)
-
-
-
Constructor Detail
-
ReaderJSONCharacterSource
public ReaderJSONCharacterSource(Reader json)
-
-
Method Detail
-
nextChar
public int nextChar()
- Specified by:
nextCharin interfaceorg.svenson.tokenize.JSONCharacterSource
-
getIndex
public int getIndex()
- Specified by:
getIndexin interfaceorg.svenson.tokenize.JSONCharacterSource
-
destroy
public void destroy()
- Specified by:
destroyin interfaceorg.svenson.tokenize.JSONCharacterSource
-
-