Stream Writer

From: Charles A. Lackman (Charles_at_CreateItSoftware.net)
Date: 10/18/04


Date: Mon, 18 Oct 2004 11:58:25 -0700

Hello,

I have created a MemoryStream that is holding Binary Data. How do I get the
Data out of the Memory Stream into a file on my hard drive. All the
examples I have seen for a MemoryStream write the contents to the console.

Thanks
Chuck



Relevant Pages

  • Stream Writer
    ... I have created a MemoryStream that is holding Binary Data. ... Data out of the Memory Stream into a file on my hard drive. ... examples I have seen for a MemoryStream write the contents to the console. ...
    (microsoft.public.dotnet.languages.vb)
  • Stream Writer
    ... I have created a MemoryStream that is holding Binary Data. ... Data out of the Memory Stream into a file on my hard drive. ... examples I have seen for a MemoryStream write the contents to the console. ...
    (microsoft.public.dotnet.framework)
  • Stream Writer
    ... I have created a MemoryStream that is holding Binary Data. ... Data out of the Memory Stream into a file on my hard drive. ... examples I have seen for a MemoryStream write the contents to the console. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Stream Writer
    ... I have created a MemoryStream that is holding Binary Data. ... Data out of the Memory Stream into a file on my hard drive. ... examples I have seen for a MemoryStream write the contents to the console. ...
    (microsoft.public.dotnet.faqs)
  • Re: Stream Writer
    ... > I have created a MemoryStream that is holding Binary Data. ... > examples I have seen for a MemoryStream write the contents to the console. ... Dim ms As MemoryStream = New MemoryStream ... Dim st As FileStream = New FileStream(_ ...
    (microsoft.public.dotnet.faqs)

Loading