Esempio n. 1
0
 public void setInputStream(InputStream in) {
   try {
     this.content = DataTypeHelper.getString(in); // 将ByteArrayInputStream转换成String
   } catch (Exception ex) {
   }
 }