Java.Nio.Channels.FileLock.Overlaps Method
Indicates if the receiver's lock region overlaps the region described in the parameter list.

Syntax

[Android.Runtime.Register("overlaps", "(JJ)Z", "")]
public bool Overlaps (long start, long length)

Parameters

start
the starting position for the comparative lock.
length
the length of the comparative lock.

Returns

Documentation for this section has not yet been entered.

Remarks

Indicates if the receiver's lock region overlaps the region described in the parameter list.

[Android Documentation]

Requirements

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