;;;;;;;;;;;.;.;.;;;lassBase64{ /** ****@paramargs ****@throwsIOException */ publicstaticvoidmain(String[]args){ StringimgFile="E:\\";//待处理的图片 InputStreamin=null;byte[]data=null;//读取图片字节数组try{in=newFileInputStream(imgFile);data=newbyte[()];(data);();}catch(IOExceptione){();}//对字节数组Base64编码BASE64Encoderencoder=newBASE64Encoder(); StringimgStr=(data); BASE64Decoderdecoder=newBASE64Decoder(); //Base64解码try{byte[]b=(imgStr);for(inti=0;i<;++i){ //调整异常数据if(b[i]<0){b[i]+=256;}}Randomrandom=newRandom();Stringsjs="";for(inti=0;i<10;i++){ Stringrand=((10)); sjs+=rand;}StringimgFilePath="E:/"+sjs+".jpg";//新生成的图片OutputStreamout=newFileOutputStream(imgFilePath);(b);();(); InputStreamfile=newFileInputStream(imgFilePath);if(()>200000){ (imgFilePath,300,300,1,"S_",true); //(imgF
base64图片解码及压缩 来自淘豆网m.daumloan.com转载请标明出处.