Hi,
I used FileWriter to write text to a file. It does'nt work if I don't use flush method.
Can anyone tell me why this flush method is necessary to call?Code:flieWriter.flush();
Cheers.
Printable View
Hi,
I used FileWriter to write text to a file. It does'nt work if I don't use flush method.
Can anyone tell me why this flush method is necessary to call?Code:flieWriter.flush();
Cheers.