摘要: package test; import java.io.*; /** * @author shusheng * @description 按行复制文件 * @Email shusheng@yiji.com * @date 2018/11/12 15:12 */ public class CopyFileDemo5 { public static void main(St... 阅读全文
posted @ 2018-11-12 17:20 书丶生 阅读(296) 评论(0) 推荐(0) 编辑
摘要: package test; import java.io.*; /** * @author shusheng * @description 字符缓冲流 * @Email shusheng@yiji.com * @date 2018/11/12 15:12 */ public class CopyFileDemo4 { public static void main(Str... 阅读全文
posted @ 2018-11-12 17:19 书丶生 阅读(218) 评论(0) 推荐(0) 编辑
摘要: package test; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; /** * @author shusheng * @description * @Email shusheng@yiji.com * @date 2018/11/12 15:12 */ pub... 阅读全文
posted @ 2018-11-12 17:17 书丶生 阅读(202) 评论(0) 推荐(0) 编辑
摘要: package test; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; /** * @author shusheng * @description * @Email shusheng@yiji.com * @date 2018/11/12 1... 阅读全文
posted @ 2018-11-12 15:04 书丶生 阅读(396) 评论(0) 推荐(0) 编辑
摘要: package test; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; /** * @author shusheng * @description * @Email shusheng@yiji.com * @date 2018/11/12... 阅读全文
posted @ 2018-11-12 15:03 书丶生 阅读(2396) 评论(0) 推荐(0) 编辑
摘要: package test; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; /** * @author shusheng * @description * @Email shusheng@yiji.com * @date 2018/11/12... 阅读全文
posted @ 2018-11-12 15:01 书丶生 阅读(898) 评论(0) 推荐(0) 编辑
摘要: package test; import java.io.*; /** * @author shusheng * @description * @Email shusheng@yiji.com * @date 2018/11/12 9:21 */ public class BufferedOutputSteamDemo2 { /** * 为什么不传递一个具体的文件... 阅读全文
posted @ 2018-11-12 14:59 书丶生 阅读(132) 评论(0) 推荐(0) 编辑
摘要: package test; import java.io.BufferedOutputStream; import java.io.FileOutputStream; import java.io.IOException; /** * @author shusheng * @description * @Email shusheng@yiji.com * @date 2018/11/... 阅读全文
posted @ 2018-11-12 14:58 书丶生 阅读(271) 评论(0) 推荐(0) 编辑