Base64与byte[]相互转换.
importsun.misc.BASE64Decoder;//将base64转换为byte[]
importsun.misc.BASE64Encoder;//转byet[]换为base64
publicclassTest{
publicstaticvoidmain(Stringargs[])throwsIOException
{
//定义一个BASE64Encoder
BASE64Encoderencode=newBASE64Encoder();
//将byte[]转换为base64
Stringbase64=encode.encode("五笔字型
下载地址
用户评论
写的不错,还是比较详细了
还好吧,能灿开参考
坑呀,也不给jar
。net中要写一些java的代码,来学习一下