Package com.googlecode.d2j.smali
Class BaksmaliDumpOut
- java.lang.Object
-
- com.googlecode.d2j.smali.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 voidpop()voidpush()voids(java.lang.String s)voids(java.lang.String format, java.lang.Object... arg)
-
-
-
Method Detail
-
pop
public void pop()
- Specified by:
popin interfacecom.googlecode.d2j.util.Out
-
push
public void push()
- Specified by:
pushin interfacecom.googlecode.d2j.util.Out
-
s
public void s(java.lang.String s)
- Specified by:
sin interfacecom.googlecode.d2j.util.Out
-
s
public void s(java.lang.String format, java.lang.Object... arg)- Specified by:
sin interfacecom.googlecode.d2j.util.Out
-
-