If you’re simply outputting text, rather than any binary data, the following will work: PrintWriter out = new PrintWriter("filename.txt"); Then, write your String ...
-
April 7, 2022
- 0 Comments