The methods of Java.Nio.Channels.FileLock are listed below. For a list of all members, see the FileLock Members list.
See Also: Inherited members from Java.Lang.Object
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. |