lyl890

导航

2022年7月25日 #

文件的读写

摘要: public void copyFile(String source, String dest) throws Exception { // 构建文件输入出流。 InputStream is = new FileInputStream(new File(source)); OutputStream 阅读全文

posted @ 2022-07-25 22:54 静静书中仙 阅读(10) 评论(0) 推荐(0) 编辑

音乐文件合并/IO流

摘要: package com.Test; import java.io.*; public class demo2 { public static void main(String[] args) throws IOException { // PrintWriter printWriter= new P 阅读全文

posted @ 2022-07-25 22:52 静静书中仙 阅读(25) 评论(0) 推荐(0) 编辑