Quantcast
Viewing all articles
Browse latest Browse all 204402

Is there a 2 GB file size limit?

Hello, when I write a file to disk I receive the following error when the file arrives to 2 GB:

System.IO.IOException: Win32 IO returned 25

Also doing a myFilestream.Seek(position, SeekOrigin.Begin) with a position larger than 2 GB raises the same exception. So it seems that Xamarin.Android can not work with files larger than 2 GB.

Is this correct? any workaround?


Viewing all articles
Browse latest Browse all 204402

Trending Articles