Interface JsonSource

All Known Implementing Classes:
ReaderSource, StringSource

public interface JsonSource
Json source provider.
Author:
antons
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    current char
    void
    move to next char
    int
    next char
    last recorded content
    int
    starts recording of characters
    int
    stops recording of characters
  • Method Details

    • current

      int current()
      current char
      Returns:
      current char
    • next

      int next()
      next char
      Returns:
      next char
    • move

      void move()
      move to next char
    • startRecording

      int startRecording()
      starts recording of characters
      Returns:
      position of recording.
    • stopRecording

      int stopRecording()
      stops recording of characters
      Returns:
      current position.
    • recordedContent

      String recordedContent()
      last recorded content
      Returns: