T
Tony Johansson
Hi!
If you have these two question that says the following.
1. Uses more memory when working with file system.
2. Provides better performance over FileStream
and each of these question should be connected to one of these
FileStream, MemoryStream or BufferedStream.
The first question . "Uses more memory when working with file system" should
be connected to the FileStream.
Can somebody explain why FileStream is considered as the right answer to
that question
The second question. "Provides better performance over FileStream" should be
connected to MemoryStream."
I find that the BufferedStream is just as good answer as the MemoryStream.
So again can somebody explain why MemoryStream is considered as the right
answer to that question
//Tony
If you have these two question that says the following.
1. Uses more memory when working with file system.
2. Provides better performance over FileStream
and each of these question should be connected to one of these
FileStream, MemoryStream or BufferedStream.
The first question . "Uses more memory when working with file system" should
be connected to the FileStream.
Can somebody explain why FileStream is considered as the right answer to
that question
The second question. "Provides better performance over FileStream" should be
connected to MemoryStream."
I find that the BufferedStream is just as good answer as the MemoryStream.
So again can somebody explain why MemoryStream is considered as the right
answer to that question
//Tony