Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, May 17, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

User Rating!

Home > Search > Articles & Samples > Visual Basic.Net > File Management > Read and Write
How write string data in a MemoryStream using VB.NET        
Total Hits: 4356  |  Today: 3 Author: Aadil       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article will show you what is a MemoryStream and how to write binary information to this stream.The .NET Framework provides a lot of useful classes to work with input and output. Working with File IO is very common in most programming scenarios. Sometimes it is needed that you do your stream operations in the memory available to the running process, like if you are working with network streams and binary data is transferred from one side to the other. In such cases the MemoryStream class can be useful.The MemoryStream is a stream that resides in the process’s memory. You can write information to and read information from this stream tha..

DevASP.Net users Rating
What is your opinion?
Is this your listing?

    If this is your listing and you like to add the rating box
    displayed on the right side on your site you can use the following code.

Go Back
DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net