frysk.util
Class ArchFormatter

java.lang.Object
  extended by frysk.util.ArchFormatter

public class ArchFormatter
extends Object


Constructor Summary
ArchFormatter()
           
 
Method Summary
static String repeat(char c, int count)
           
static String toHexString(int digits, long value)
           
static String toHexString(Task task, long value)
          Return the value padded with 0s based on the task's word size.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchFormatter

public ArchFormatter()
Method Detail

repeat

public static String repeat(char c,
                            int count)

toHexString

public static String toHexString(int digits,
                                 long value)

toHexString

public static String toHexString(Task task,
                                 long value)
Return the value padded with 0s based on the task's word size.