Syntax
public enum ParcelFileMode
Remarks
Members
Member Name | Description |
---|
Append | For use with ParcelFileDescriptor.Open(Java.IO.File, Android.OS.ParcelFileMode): append to end of file while writing.
|
Create | For use with ParcelFileDescriptor.Open(Java.IO.File, Android.OS.ParcelFileMode): create the file if it doesn't already exist.
|
ReadOnly | For use with ParcelFileDescriptor.Open(Java.IO.File, Android.OS.ParcelFileMode): open the file with read-only access.
|
ReadWrite | For use with ParcelFileDescriptor.Open(Java.IO.File, Android.OS.ParcelFileMode): open the file with read and write access.
|
Truncate | For use with ParcelFileDescriptor.Open(Java.IO.File, Android.OS.ParcelFileMode): erase contents of file when opening.
|
WorldReadable | For use with ParcelFileDescriptor.Open(Java.IO.File, Android.OS.ParcelFileMode): if ParcelFileMode.Create has been supplied
and this file doesn't already exist, then create the file with
permissions such that any application can read it.
|
WorldWriteable | For use with ParcelFileDescriptor.Open(Java.IO.File, Android.OS.ParcelFileMode): if ParcelFileMode.Create has been supplied
and this file doesn't already exist, then create the file with
permissions such that any application can write it.
|
WriteOnly | For use with ParcelFileDescriptor.Open(Java.IO.File, Android.OS.ParcelFileMode): open the file with write-only access.
|
Requirements
Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0