The members of Java.Nio.Channels.FileLock are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. | ||
Constructs a new file lock instance for a given channel. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AcquiredBy()Documentation for this section has not yet been entered. | ||
Channel()Returns the lock's Java.Nio.Channels.FileChannel. | ||
Close()Calls FileLock.Release for AutoCloseable. | ||
Overlaps(long, long)Indicates if the receiver's lock region overlaps the region described in the parameter list. | ||
Position()Returns the lock's starting position in the file. | ||
abstract | Release()Releases this particular lock on the file. | |
Size()Returns the length of the file lock in bytes. | ||
override | ToString()Returns a string that shows the details of the lock suitable for debugging. |