![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hi, Basically when you use these I/O classes the data you pass stays in the memory buffer of these Streams and you need to flush oc close it to finally write the data to the file. This is because the Disk I/O takes a lot of time so instead of every time going for Disk I/O these Streams hold the Data till it is enough to write. And when you close it it has to write no matter how much data it holds. Enjoy !! From
Replies: |
Sponsored Links
|