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.
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.