You need to create new file and copy contents from InputStream to that file: File file = //... try(OutputStream outputStream = new ...
確定! 回上一頁