Interface JsonFormat.TextGenerator

    • Method Detail

      • indent

        void indent()
      • outdent

        void outdent()
      • print

        void print​(java.lang.CharSequence text)
            throws java.io.IOException
        Throws:
        java.io.IOException
      • printSubsequence

        void printSubsequence​(java.lang.CharSequence text,
                              int start,
                              int end)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • println

        void println()
              throws java.io.IOException
        Throws:
        java.io.IOException
      • println

        void println​(java.lang.CharSequence text)
              throws java.io.IOException
        Throws:
        java.io.IOException