net.agmodel.utility
Class UnicodeFormatter

java.lang.Object
  |
  +--net.agmodel.utility.UnicodeFormatter

public class UnicodeFormatter
extends Object


Constructor Summary
UnicodeFormatter()
           
 
Method Summary
static String byteToHex(byte b)
           
static String charToHex(char c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicodeFormatter

public UnicodeFormatter()
Method Detail

byteToHex

public static String byteToHex(byte b)

charToHex

public static String charToHex(char c)