[mono-android] Copy from a file stream to another file stream interruped by 'INTERRUPTION_REQUESTED_HANDLE'
Jonathan Pryor
jonp at xamarin.com
Fri Jun 15 17:21:07 UTC 2012
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
More information about the Monodroid
mailing list