Example usage for Java java.nio.channels FileLock fields, constructors, methods, implement or subclass
The text is from its open source code.
Channel | channel |
boolean | isShared() Tells whether this lock is shared. |
boolean | isValid() Tells whether or not this lock is valid. |
void | release() Releases this lock. |