|
-
Oct 26th, 2006, 02:42 PM
#1
Thread Starter
PowerPoster
read/write one to the other
I'm trying to find an efficient way of reading a stream of data directly writing to a filestream. Is there a way?
I don't want to read everything into byte[] then write the byte[] to the filestream, I want to avoid the reading to byte[] as you wouldnt know how big this file would be. (and its not quite a file copy)
any ideas?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|