摘要: http://files.cnblogs.com/hnrainll/%E8%A3%85%E9%A5%B0%E8%80%85%E6%A8%A1%E5%BC%8F%E4%BB%A3%E7%A0%81.zip 阅读全文
posted @ 2011-12-25 12:18 hnrainll 阅读(270) 评论(0) 推荐(0) 编辑
摘要: import java.io.*;class Test{ public static void main(String args[]){ FileInputStream fis = null; FileOutputStream fos = null; byte[] buffer = new byte[100]; int temp = 0; try{ fis = new FileInputStream("D:/wenhao/src/from.txt"); fos = new F... 阅读全文
posted @ 2011-12-25 11:16 hnrainll 阅读(15838) 评论(0) 推荐(1) 编辑