Java java.nio.channels FileLock fields, constructors, methods, implement or subclass

Example usage for Java java.nio.channels FileLock fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.nio.channels FileLock.

The text is from its open source code.

Field

Channelchannel

Method

booleanisShared()
Tells whether this lock is shared.
booleanisValid()
Tells whether or not this lock is valid.
voidrelease()
Releases this lock.