Comments on: How to Write Files Quickly and Easily (Java Files Tutorial) https://www.happycoders.eu/java/how-to-write-files-quickly-and-easily/ Fri, 29 Nov 2024 14:44:03 +0000 hourly 1 By: Sven Woltmann https://www.happycoders.eu/java/how-to-write-files-quickly-and-easily/#comment-24739 Fri, 22 Mar 2024 07:48:25 +0000 https://www.happycoders.eu/?p=8917#comment-24739 In reply to Lothus.

Hi Lothus,

thanks for your comment. The method `process()` is an imaginary method that processes something and returns a byte or a byte array. I have added the word "imaginary" to the text. I hope that makes it clearer.

Best wishes
Sven

]]>
By: Lothus https://www.happycoders.eu/java/how-to-write-files-quickly-and-easily/#comment-24726 Thu, 21 Mar 2024 21:07:40 +0000 https://www.happycoders.eu/?p=8917#comment-24726 Hi Sven,
In your example you are using method process(). In which class is this method defined?
I assume its purpose is to fill the buffer variable before writing it to the file. But it's obvious from this article.

]]>
By: Sven Woltmann https://www.happycoders.eu/java/how-to-write-files-quickly-and-easily/#comment-17181 Sat, 02 Apr 2022 17:17:22 +0000 https://www.happycoders.eu/?p=8917#comment-17181 In reply to newedeveloper.

What do you want to store in these files?

]]>
By: newedeveloper https://www.happycoders.eu/java/how-to-write-files-quickly-and-easily/#comment-17177 Wed, 30 Mar 2022 23:08:17 +0000 https://www.happycoders.eu/?p=8917#comment-17177 I don't know exactly what method you recommend. for example, which one should I use in android studio or android applications. I need a quick method of creating and writing too many files. Thank you for your concern.

]]>