摘要: 1、FileInputStream读取read()每次读取一个字节File file = new File("d:" + File.separator + "demo.txt"); // 要操作的文件InputStream input = null; // 字节输入流input = new File... 阅读全文
posted @ 2014-12-08 22:48 W&L 阅读(244) 评论(0) 推荐(0)