public final class StringUtil extends Object
static Charset
CHARSET_UTF8
static String
cut(String value, int length)
fromBytes(byte[] data)
getCommonPrefix(String value1, String value2)
static byte[]
toBytes(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final Charset CHARSET_UTF8
public static byte[] toBytes(String value)
public static String fromBytes(byte[] data)
public static String cut(String value, int length)
public static String getCommonPrefix(String value1, String value2)
Copyright © 2016. All rights reserved.