org.jf.baksmali.Adaptors
Class CommentingIndentingWriter

java.lang.Object
  extended by java.io.Writer
      extended by org.jf.util.IndentingWriter
          extended by org.jf.baksmali.Adaptors.CommentingIndentingWriter
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable, java.lang.Appendable

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
 
Constructor Summary
CommentingIndentingWriter(java.io.Writer writer)
           
 
Method Summary
protected  void writeIndent()
           
 
Methods inherited from class org.jf.util.IndentingWriter
append, append, append, close, deindent, flush, indent, printSignedIntAsDec, printSignedLongAsDec, printUnsignedIntAsDec, printUnsignedLongAsHex, write, write, write, write, write
 
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