摘要:
1. String --> InputStreamInputStream String2InputStream(String str){ ByteArrayInputStream stream = new ByteArrayInputStream(str.getBytes()); return stream;}2. InputStream --> StringString inputStream2String(InputStream is){ BufferedReader in = new BufferedReader(new InputStreamReader(is)); Str 阅读全文
posted @ 2011-06-24 10:56
明之道
阅读(709)
评论(0)
推荐(0)

浙公网安备 33010602011771号