[Solution found!] 您需要创建新文件并将内容复制InputStream到该文件: File file = //... try(OutputStream outputStream = new FileOutputStream(file)){ ...
確定! 回上一頁