JICSCore
Class HexFormat

java.lang.Object
  extended by JICSCore.HexFormat

public class HexFormat
extends java.lang.Object

Author:
Craige Bevil

Constructor Summary
HexFormat()
           
 
Method Summary
static java.lang.String padHexString(int Precision, java.lang.String HexString)
          This method will be used to generate a string that is padded by the number of zeros that were specified by the precision parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexFormat

public HexFormat()
Method Detail

padHexString

public static java.lang.String padHexString(int Precision,
                                            java.lang.String HexString)
This method will be used to generate a string that is padded by the number of zeros that were specified by the precision parameter. If the level of precision specified is less than the length of the string then we simply return the string.

Parameters:
Precision - - This is the number of digits of precision to be used
HexString - - This is the hex string to be padded out
Returns:
String