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.


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to