public class StringCharsetUtils extends Object
static Charset
GBK
ISO_8859_1
UTF_16BE
UTF_16LE
UTF_8
StringCharsetUtils()
static String
convertCharset(String str, Charset toCharset)
convertCharset(String str, Charset fromCharset, Charset toCharset)
static boolean
isCharset(String str, Charset charset)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final Charset ISO_8859_1
public static final Charset UTF_8
public static final Charset GBK
public static final Charset UTF_16BE
public static final Charset UTF_16LE
public StringCharsetUtils()
public static boolean isCharset(String str, Charset charset)
public static String convertCharset(String str, Charset toCharset)
public static String convertCharset(String str, Charset fromCharset, Charset toCharset)
Copyright © 2025. All rights reserved.