By doing this:
通过做这个:
File file1 = new File("/usr/local/test/multipartMimeMsg.txt");
FileOutputStream fos1 = new FileOutputStream(file1);
String s = byteArrayToHexString(multipartMimeMsg.getBytes());
fos1.write(s.getBytes(), 0, s.getBytes().length);
File file1 = new File