What is meant by memory stream?

Posted by Lakshmim under ASP.NET on 5/11/2015 | Points: 10 | Views : 1290 | Status : [Member] | Replies : 1
Can any one briefly explain me about memorystream




Responses

Posted by: Amatya on: 5/11/2015 [Member] Silver | Points: 25

Up
0
Down
Memory Stream represents a in-memory stream of data. It is derived from the Stream type. It is found in the System.IO namespace. Memory Stream can be reset—this leads to performance improvements.Rather then storing the data in files it allows to store the data in memory.
I personally suggests that you should be careful if you are going for memory stream, if performance is not an issue better go for file stream.

Feel free to share informations.
mail Id ' adityagupta200@gmail.com
Thanks

Lakshmim, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response