public class UTF8Codec extends Object
UTF8Codec()
static String
fromUTF8(byte[] input)
fromUTF8(byte[] input, int offset, int len)
static byte[]
toUTF8(String input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UTF8Codec()
public static byte[] toUTF8(String input)
public static String fromUTF8(byte[] input)
public static String fromUTF8(byte[] input, int offset, int len)
Copyright © 2015. All rights reserved.