摘要: try { //从指定文件中引入程序的 输入流 FileInputStream fins = new FileInputStream(fileName); //缓存空间 byte[] cache = new byte[fins.available()]; //文件... 阅读全文
posted @ 2014-06-27 16:54 徐_小闹 阅读(95) 评论(0) 推荐(0)