com.ibm.dtfj.analyzer.util
Class AddressFormatter

java.lang.Object
  extended by com.ibm.dtfj.analyzer.util.AddressFormatter

public class AddressFormatter
extends java.lang.Object

Helper class to generate the string representation of addresses


Constructor Summary
AddressFormatter()
           
 
Method Summary
static java.lang.String toHexString(long addr)
          Create a canonical representation of an address, as a fixed-width hexadecimal value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressFormatter

public AddressFormatter()
Method Detail

toHexString

public static java.lang.String toHexString(long addr)
Create a canonical representation of an address, as a fixed-width hexadecimal value

Parameters:
addr - the address to format
Returns:
a printable representation of the address


© Copyright IBM Corp. 2007, 2008 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.