org.apache.commons.ssl.util
Class UTF8

java.lang.Object
  extended by org.apache.commons.ssl.util.UTF8

public class UTF8
extends Object


Constructor Summary
UTF8()
           
 
Method Summary
static byte[] toBytes(String s)
           
static String toString(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UTF8

public UTF8()
Method Detail

toString

public static String toString(byte[] bytes)

toBytes

public static byte[] toBytes(String s)