SecurityManager.CheckWrite Method

Definition

Overloads

CheckWrite(FileDescriptor)

[Android.Runtime.Register("checkWrite", "(Ljava/io/FileDescriptor;)V", "GetCheckWrite_Ljava_io_FileDescriptor_Handler")]
public virtual void CheckWrite(Java.IO.FileDescriptor? fd);
[<Android.Runtime.Register("checkWrite", "(Ljava/io/FileDescriptor;)V", "GetCheckWrite_Ljava_io_FileDescriptor_Handler")>]
abstract member CheckWrite : Java.IO.FileDescriptor -> unit
override this.CheckWrite : Java.IO.FileDescriptor -> unit

Parameters

fd
FileDescriptor

The file descriptor whose access is being checked.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

CheckWrite(String)

[Android.Runtime.Register("checkWrite", "(Ljava/lang/String;)V", "GetCheckWrite_Ljava_lang_String_Handler")]
public virtual void CheckWrite(string? file);
[<Android.Runtime.Register("checkWrite", "(Ljava/lang/String;)V", "GetCheckWrite_Ljava_lang_String_Handler")>]
abstract member CheckWrite : string -> unit
override this.CheckWrite : string -> unit

Parameters

file
String

The file path whose access is being checked.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to