2013年9月3日

从输入流中获取数据并以字节数组返回

摘要: import java.io.ByteArrayOutputStream;import java.io.InputStream;public class StreamTool { public static byte[] read(InputStream inStream)throws Except... 阅读全文

posted @ 2013-09-03 20:09 果冻虾仁 阅读(359) 评论(0) 推荐(0) 编辑

导航