java文件系统
1.Filefile=newFile("test.txt");RandomAccessFileraf=newRandomAccessFile(file,"rw");2.F...
1.File file = new File("test.txt");
RandomAccessFile raf= new RandomAccessFile(file,"rw");
2.FileOutputStream fos = newFileOutputStream("append.txt",true);
3.File file = newFile("fos.dat");
FileOutputStream fos = new FileOutputStream(file);
这三种新建文件的方式各有什么不同 展开
RandomAccessFile raf= new RandomAccessFile(file,"rw");
2.FileOutputStream fos = newFileOutputStream("append.txt",true);
3.File file = newFile("fos.dat");
FileOutputStream fos = new FileOutputStream(file);
这三种新建文件的方式各有什么不同 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |