classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

java.nio.channels.FileChannel#lock not implemented


From: Ito Kazumitsu
Subject: java.nio.channels.FileChannel#lock not implemented
Date: Mon, 05 Apr 2004 07:36:47 +0900
User-agent: EMH/1.10.0 SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/21.2 (i386-unknown-freebsd4.7) MULE/5.0 (SAKAKI)

Hi,

java/nio/channels/FileChannelImpl.java has, for example,

  public FileLock lock (long position, long size, boolean shared)
    throws IOException
  {
    ...
    throw new Error ("Not implemented");
  }

What is the schedule for implementing this?

I would like to have this implemented because HSQLDB 1.7.2
(http://hsqldb.sourceforge.net/) requires it.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]