org.jf.baksmali.Renderers
Class LongRenderer

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

public class LongRenderer
extends java.lang.Object


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

Constructor Detail

LongRenderer

public LongRenderer()
Method Detail

writeTo

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

writeSignedIntOrLongTo

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