摘要:
本地磁盘文件操作之File File类简介 File类是Java中为文件进行创建、删除、重命名、移动等操作而设计的一个类。它是属于Java.io包下的类。 File类基本操作 - File(File parent,String child): 根据parent抽象路径名和child路径名字符串创建一 阅读全文
posted @ 2020-05-12 22:55
面向对象面向你
阅读(248)
评论(0)
推荐(0)
摘要:
IO流的数据源 IO流的数据来源分别为四种硬盘、内存、键盘、网络 硬盘 public class TestDemo { public static void main(String[] args) { //磁盘IO try { FileInputStream fileInputStream =new 阅读全文
posted @ 2020-05-12 22:05
面向对象面向你
阅读(187)
评论(0)
推荐(0)

浙公网安备 33010602011771号