return new String(content, enc);
}else{
return new String(content);
}
} catch (Exception ex) {
throw new JThinkRuntimeException(ex.getMessage(), ex);
} finally {
try {
bis.close();
} catch (IOException ex) {
throw new JThinkRuntimeException(ex.getMessage(), ex);
}
}
}