IO流
1.字节流(InputStream、OutputStream)
2.字符流 (Reader、Writer)
3.缓冲流(BufferedInputStream、BufferedOutputStream、BufferedReader、BufferedWriter)

实际应用场景:
1.图片、音乐、视频的用字节流。
2.文本文件的读取用字符流。

相关文章:

  • 2021-09-21
  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2021-04-23
猜你喜欢
  • 2021-11-28
  • 2022-01-31
  • 2022-12-23
  • 2021-10-04
  • 2021-04-09
  • 2021-07-17
  • 2022-02-02
相关资源
相似解决方案