us.ihmc.utilities.io
Class UnicodeFormatter

java.lang.Object
  extended by us.ihmc.utilities.io.UnicodeFormatter

public class UnicodeFormatter
extends java.lang.Object


Constructor Summary
UnicodeFormatter()
           
 
Method Summary
static java.lang.String byteToHex(byte b)
           
static java.lang.String charToHex(char c)
           
static void printBytes(byte[] array, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicodeFormatter

public UnicodeFormatter()
Method Detail

byteToHex

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

charToHex

public static java.lang.String charToHex(char c)

printBytes

public static void printBytes(byte[] array,
                              java.lang.String name)