单项选择题

在StampedLock 中,哪个方法可以释放写锁?()

A.readLock().unlock()
B.writeLock().unlock()
C.unlock()
D.unlockWrite()