twcore.core
Class ConvertHex

java.lang.Object
  |
  +--twcore.core.ConvertHex

public class ConvertHex
extends java.lang.Object


Constructor Summary
ConvertHex()
           
 
Method Summary
static java.lang.String byteToHex(byte b)
           
static java.lang.String byteToHex(int theByte)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertHex

public ConvertHex()
Method Detail

byteToHex

public static java.lang.String byteToHex(byte b)

byteToHex

public static java.lang.String byteToHex(int theByte)