|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJICSCore.HexFormat
public class HexFormat
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 |
---|
public HexFormat()
Method Detail |
---|
public static java.lang.String padHexString(int Precision, java.lang.String HexString)
Precision
- - This is the number of digits of precision to be usedHexString
- - This is the hex string to be padded out
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |