Class BaksmaliDumpOut

  • All Implemented Interfaces:
    com.googlecode.d2j.util.Out

    public class BaksmaliDumpOut
    extends java.lang.Object
    implements com.googlecode.d2j.util.Out
    • Constructor Summary

      Constructors 
      Constructor Description
      BaksmaliDumpOut​(java.io.BufferedWriter writer)  
      BaksmaliDumpOut​(java.lang.String indent, java.io.BufferedWriter writer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void pop()  
      void push()  
      void s​(java.lang.String s)  
      void s​(java.lang.String format, java.lang.Object... arg)  
      • Methods inherited from class java.lang.Object

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

      • BaksmaliDumpOut

        public BaksmaliDumpOut​(java.io.BufferedWriter writer)
      • BaksmaliDumpOut

        public BaksmaliDumpOut​(java.lang.String indent,
                               java.io.BufferedWriter writer)
    • Method Detail

      • pop

        public void pop()
        Specified by:
        pop in interface com.googlecode.d2j.util.Out
      • push

        public void push()
        Specified by:
        push in interface com.googlecode.d2j.util.Out
      • s

        public void s​(java.lang.String s)
        Specified by:
        s in interface com.googlecode.d2j.util.Out
      • s

        public void s​(java.lang.String format,
                      java.lang.Object... arg)
        Specified by:
        s in interface com.googlecode.d2j.util.Out