org.jf.baksmali.Renderers
Class IntegerRenderer

java.lang.Object
  extended by org.jf.baksmali.Renderers.IntegerRenderer

public class IntegerRenderer
extends java.lang.Object


Constructor Summary
IntegerRenderer()
           
 
Method Summary
static void writeTo(org.jf.util.IndentingWriter writer, int val)
           
static void writeUnsignedTo(org.jf.util.IndentingWriter writer, int val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerRenderer

public IntegerRenderer()
Method Detail

writeTo

public static void writeTo(org.jf.util.IndentingWriter writer,
                           int val)
                    throws java.io.IOException
Throws:
java.io.IOException

writeUnsignedTo

public static void writeUnsignedTo(org.jf.util.IndentingWriter writer,
                                   int val)
                            throws java.io.IOException
Throws:
java.io.IOException