| Author |
File IO - BufferedWriter/FileWriter
|
O. Ziggy
Ranch Hand
Joined: Oct 02, 2005
Posts: 430
|
|
I wrote the following test:
The output of the above program is
Any idea why there is a big gap on the output? I have a feeling it is to do with fact that i declared char as 50000 but i cant see how that would have caused it as it was used for reading not writing.
Thanks
|
 |
Ralph Cook
Ranch Hand
Joined: May 29, 2005
Posts: 479
|
|
Well, at line 32 you have
where 'c' is your 50k buffer. Maybe it has something to do with that.
|
 |
 |
|
|
subject: File IO - BufferedWriter/FileWriter
|
|
|