J
JasonDamianUs
This should be a simple question, but I am not sure how to do it
without opening and closing the file every time.
I want to be able to write lines to a file in Java, and watch the
progress in my text editor as I go.
The only was I can see so far is the close and re-open after every
write. This of course must be resource intensive...
Help is appreciated.
Jason
(e-mail address removed)
without opening and closing the file every time.
I want to be able to write lines to a file in Java, and watch the
progress in my text editor as I go.
The only was I can see so far is the close and re-open after every
write. This of course must be resource intensive...
Help is appreciated.
Jason
(e-mail address removed)