Interface JsonSource

  • All Known Implementing Classes:
    ReaderSource, StringSource

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

      • 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: