[mono-android] Copy from a file stream to another file stream interruped by 'INTERRUPTION_REQUESTED_HANDLE'

Jonathan Pobst monkey at jpobst.com
Fri Jun 15 17:50:00 UTC 2012


On 6/15/2012 11:53 AM, 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?

Does this work for your case?

input.CopyTo (output);

Jonathan


More information about the Monodroid mailing list