摘要: 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 书丶生 阅读(300) 评论(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 书丶生 阅读(223) 评论(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 书丶生 阅读(204) 评论(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 书丶生 阅读(402) 评论(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 书丶生 阅读(2407) 评论(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 书丶生 阅读(900) 评论(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 书丶生 阅读(137) 评论(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 书丶生 阅读(274) 评论(0) 推荐(0)