Java.IO.FileDescriptor.Sync Method
Ensures that data which is buffered within the underlying implementation is written out to the appropriate device before returning.

Syntax

[Android.Runtime.Register("sync", "()V", "")]
public void Sync ()

Exceptions

TypeReason
Java.IO.SyncFailedException

Remarks

Ensures that data which is buffered within the underlying implementation is written out to the appropriate device before returning.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1