org.apache.shindig.common.util
Class CharsetUtil

java.lang.Object
  extended by org.apache.shindig.common.util.CharsetUtil

public final class CharsetUtil
extends Object

Utilities for dealing with character set encoding.


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

Method Detail

getUtf8Bytes

public static byte[] getUtf8Bytes(String s)
Returns:
UTF-8 byte array for the input string.


Copyright © 2007-2012. All Rights Reserved.