corda/classpath/java/nio
Joel Dice b908f575d5 fix several blocking SocketChannel bugs
In java-nio.cpp, we can't use GetPrimitiveArrayCritical when reading
from or writing to blocking sockets since it may block the rest of the
VM indefinitely.

In SelectableChannel.java, we can't use a null test on
SelectableChannel.key to determine whether the channel is open since
it might never be registered with a Selector.  According to the Sun
documentation, a SelectableChannel is open as soon as it's created, so
that's what we now implement.
2010-06-04 15:37:22 -06:00
..
channels fix several blocking SocketChannel bugs 2010-06-04 15:37:22 -06:00
Buffer.java update NIO code to be more compatible with Java 2008-03-25 11:18:17 -06:00
ByteBuffer.java implement ByteBuffer.getInt(int) 2008-08-12 11:09:17 -06:00
ReadOnlyBufferException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00