摘要:
import java.io.*; //复制文件 public class BufferStream1 { public static void main(String[] args) throws IOException { BufferedReader bufferedReader = new 阅读全文
posted @ 2021-05-01 11:09
code-G
阅读(79)
评论(0)
推荐(0)
摘要:
import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; public class InputStreamReader1 { public static void mai 阅读全文
posted @ 2021-05-01 10:53
code-G
阅读(101)
评论(0)
推荐(0)
摘要:
import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; //字符流写数据的五种方式 public class OutputStreamWrite1 { public 阅读全文
posted @ 2021-05-01 10:46
code-G
阅读(263)
评论(0)
推荐(0)
摘要:
import java.io.BufferedInputStream; import java.io.FileInputStream; import java.io.IOException; //字节缓冲流 public class BufferInputStream1 { public stati 阅读全文
posted @ 2021-05-01 10:15
code-G
阅读(60)
评论(0)
推荐(0)
摘要:
import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; //字节流复制文件 public class FileInputStream2 { public static v 阅读全文
posted @ 2021-05-01 09:52
code-G
阅读(54)
评论(0)
推荐(0)
摘要:
import java.io.FileInputStream; import java.io.IOException; //读取数据 public class FileInputStream1 { public static void main(String[] args) throws IOExc 阅读全文
posted @ 2021-05-01 09:48
code-G
阅读(712)
评论(0)
推荐(0)
摘要:
import java.io.FileOutputStream; import java.io.IOException; //字节流写数据 public class FileOutputStream1 { public static void main(String[] args) throws I 阅读全文
posted @ 2021-05-01 09:23
code-G
阅读(111)
评论(0)
推荐(0)

浙公网安备 33010602011771号