com.thaiopensource.util
Class Utf8

java.lang.Object
  extended by com.thaiopensource.util.Utf8

public class Utf8
extends Object

Utility functions for working with UTF-8.


Method Summary
static byte[] encode(int c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static byte[] encode(int c)