Click to See Complete Forum and Search --> : Stream to stream


VisiFinish
January 17th, 2003, 07:00 PM
Hi there,

I want to copy some data from a file stream into a memory stream.

Is there anyway to do this directly from stream to stream or do I have to read the contents from one stream into a byte array and then copy from the byte array into the other stream?

I also only want to copy a part of the file stream into the memory stream. Not copy the entire contents.

Thanks,

I.

pareshgh
January 22nd, 2003, 11:28 PM
yes make the byte array and transffer /assign it to end stream.

Paresh