IO流详解

File类  String path="e:/img";  String fileName="test.jpg";  new File(path,fileName);//相对路径:相对于path的路径  new File(new File(path),fileName);//一样是相对于path的路径 IO流分类 一、流向 输入流与输出流   程序 与 文件|数组|网络链接|数据库 二、数据   
相关文章
相关标签/搜索