Class CommentingIndentingWriter

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.Appendable, java.lang.AutoCloseable

    public class CommentingIndentingWriter
    extends org.jf.util.IndentingWriter
    • Field Summary

      • Fields inherited from class org.jf.util.IndentingWriter

        buffer, indentLevel, writer
      • Fields inherited from class java.io.Writer

        lock
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void writeIndent()  
      • Methods inherited from class org.jf.util.IndentingWriter

        append, append, append, close, deindent, flush, indent, write, write, write, write, write
      • Methods inherited from class java.io.Writer

        nullWriter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommentingIndentingWriter

        public CommentingIndentingWriter​(java.io.Writer writer)
    • Method Detail

      • writeIndent

        protected void writeIndent()
                            throws java.io.IOException
        Overrides:
        writeIndent in class org.jf.util.IndentingWriter
        Throws:
        java.io.IOException