com.ning.http.util
public class UTF8Codec extends java.lang.Object
UTF8Codec()
static java.lang.String
fromUTF8(byte[] input)
fromUTF8(byte[] input, int offset, int len)
static byte[]
toUTF8(java.lang.String input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UTF8Codec()
public static byte[] toUTF8(java.lang.String input)
public static java.lang.String fromUTF8(byte[] input)
public static java.lang.String fromUTF8(byte[] input, int offset, int len)
Copyright © 2014. All Rights Reserved.