If the lock state matches the given stamp, releases the non-exclusive lock.
@param stamp a stamp returned by a read-lock operation
@throws IllegalMonitorStateException if the stamp doesnot match the current state of this lock
Unlocks a read lock. The file and requestor must be the the same as the one of the lockers.
@param file file that was locked
@param requestor the class that requested the file
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.