On Jun 15, 2012, at 12:53 PM, klimaye wrote: > Looking at the method can you suggest any alternatives for achieving the > stream to stream copy? > > How could we go about this differently?
A possibly stupid idea: does seeking work? If so, you could copy the stream in <10MB "chunks", and seek to the appropriate offset before copying... - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
