MemoryStream represents a pure data in memory as a stream of data. It is useful to use with other types such as BinaryReader to improve performance. It can be constructed from array of bytes. To use MemoryStream, it will store in a memory which is faster than disk or network accesses, and use it as temporary data on memory.
Reference: http://www.dotnetperls.com/memorystream
No comments:
Post a Comment