Short:
I'd like to generate a stream (memorystream) containing a gzipped file of a cleartext stream (memorystream, too).
What I did:
I have been using Delphizlib http://gewis.win.tue.nl/info/d...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20568620.html
I've been getting a byte array (via WebClient.DownloadData), and creating an image from the data using the following code:
System.Drawing.Bitmap bmpPic;
bmpPic = System.Drawing.Bitmap.FromStrea...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20611595.html
Zones:
C#Date Answered: 08/03/2004 Grade: A Views: 4
Hello Everyone,
I am trying to zip files that are generated dynamically and are yet to be saved in the server. Would like to know if there is a way to zip multiple memorystreams and then send it...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21034735.html
Hi Y'all,
I'm in a bit of a rush here and trying to figure out how to write XML data to a string/buffer rather than a file. This is what I'm been trying. Am I way off?
MemoryStream ms = new...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21144244.html
Zones:
C#Date Answered: 10/28/2004 Grade: A Views: 0
Hello,
i need to call a function in a dll writing in c++ the parameters are : function(void* P1, void** P2)
i have prepared my data into a memorystream and now i want to convert into void*
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21417220.html
Zones:
C#Date Answered: 06/21/2005 Grade: A Views: 0
I tried using a memorystream as input to an xml file download, so I wouldn't have to create a disk file (to then delete)....
Response.Clear()
Response.AddHeader("Content-Disposition", "atta...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22078464.html
How do I send data dirctly from the memory stream to the user?
I am trying to create a zip file all in memory and send it to the user.
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22453088.html
Hello all,
How can I execute a program that is in a MemoryStream so I don't have to save it first to the harddisk. The file may not be saved temperally to the harddisk. The program has to be 1...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20267515.html
i am performing the following steps:
a)retieve values from dataset and write that in XML format
dataset.writexml(xmlpath)
where xmlpath is the absolute path of the file.
It is working well;...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20812677.html
Zones:
.NETDate Answered: 02/12/2004 Grade: A Views: 0
How can I get a MemoryStream into a String?
Dim a as String
Dim b as MemoryStream
a = b
????
http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/VB_DOT_NET/Q_216...