Class AbstractStructuredStringWriter

    • Field Detail

      • indentCount

        protected int indentCount
        The current indentation count.
    • Method Detail

      • writeIndent

        protected void writeIndent()
        Writes a new indentation.
      • writeIndent

        protected void writeIndent​(int count)
        Writes a new indentation.
        Parameters:
        count - the number of indentations to write.
      • write

        protected void write​(char data)
        Parameters:
        data - the char to write.
      • write

        protected void write​(String data)
        Parameters:
        data - the String to write.
      • close

        public void close()