Beispiel #1
0
 public void unlock(long pos, long len) throws IOException {
   if (kind != Kind.FILE) throw new IOException("not a file");
   unlock(nfd.getNativeFD(), pos, len);
 }