I have a memoryStream instance and it is closed.
I already have tried:
memoryStream.Flush();
memoryStream.Position=0;
To reopen the memory stream but it does not work. How can I reopen a closed memory stream?
question from:https://stackoverflow.com/questions/9508879/cannot-access-a-closed-stream-of-a-memorystream-how-to-reopen