public class CharsetUtil extends Object
描述:暂无描述信息
创建时间:2021-09-27 16:45
更新时间:暂无
CharsetUtil()
static byte[]
convert(byte[] bytes, Charset source, Charset target)
static String
convert(String text, Charset source, Charset target)
gbk2utf8(byte[] bytes)
gbk2utf8(String text)
utf2gbk(String text)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CharsetUtil()
public static byte[] gbk2utf8(byte[] bytes)
public static byte[] convert(byte[] bytes, Charset source, Charset target)
public static String convert(String text, Charset source, Charset target)
public static String gbk2utf8(String text)
public static String utf2gbk(String text)
Copyright © 2022. All rights reserved.