Your opinion about using iostream to do big read-write operations

I'd want to have a fast method to read - write data from-to vectors form memory-to file and vice-versa.
I'm planning to store the data associated with each vector into a iostream, using read and write operations. So, I can do 'block' operations.

What do you think about it ?
Thanks
Topic archived. No new replies allowed.