诺虫的箱子

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2019年7月4日

摘要: public class demo { public static void main(String[] args) { //先把图片读入到内存--然后写到 文件 FileInputStream fis=null; File q=new File("e:/123.txt"); //因为File没有... 阅读全文
posted @ 2019-07-04 17:42 诺虫的箱子 阅读(689) 评论(0) 推荐(0)

摘要: https://blog.csdn.net/qq_38363025/article/details/79626884 InPutStream是读 OutPutStream是写 InPutStream的实现 在D盘已经存在testIO文件如下: OutPutStream的实现 先读取testIO.ja 阅读全文
posted @ 2019-07-04 17:40 诺虫的箱子 阅读(774) 评论(0) 推荐(0)