- uri
- The desired URI.
- mode
- May be "w", "wa", "rw", or "rwt".
Documentation for this section has not yet been entered.
Type Reason Java.IO.FileNotFoundException if the provided URI could not be opened.
Open a stream on to the content associated with a content URI. If there is no data associated with the URI, FileNotFoundException is thrown.
See ContentResolver.OpenAssetFileDescriptor(Android.Net.Uri, System.String) for more information on these schemes.