com.ning.http.util
Class UTF8Codec
java.lang.Object
com.ning.http.util.UTF8Codec
public class UTF8Codec
- extends Object
Wrapper class for more convenient (and possibly more efficient in future)
UTF-8 encoding and decoding.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UTF8Codec
public UTF8Codec()
toUTF8
public static byte[] toUTF8(String input)
fromUTF8
public static String fromUTF8(byte[] input)
fromUTF8
public static String fromUTF8(byte[] input,
int offset,
int len)
Copyright © 2011. All Rights Reserved.