第四部分 I/O与异常

4.1 I/O I/O的核心组成为5个类(File、OutputStream、InputStream、Reader、Writer)和一个接口(Serializable) 4.1.1  File 1、创建文件类:File file = new File(path);或者File file = new File(path,subpath); 2、相关方法: 创建文件 public boolean cr
相关文章
相关标签/搜索