Package gnu.java.nio

Class Summary

ChannelInputStream
ChannelOutputStream
ChannelReader A Reader implementation that works using a ReadableByteChannel and a CharsetDecoder.
ChannelWriter A Writer implementation that works by wrapping an NIO channel.
DatagramChannelImpl
DatagramChannelSelectionKey
FileLockImpl A FileLock associated with a FileChannelImpl.
InputStreamChannel
NIOConstants
NIODatagramSocket
NIOServerSocket
NIOSocket
OutputStreamChannel
PipeImpl.SinkChannelImpl
PipeImpl.SourceChannelImpl
SelectionKeyImpl
SelectorImpl
SelectorProviderImpl
ServerSocketChannelImpl
ServerSocketChannelSelectionKey
SocketChannelImpl
SocketChannelSelectionKey
SocketChannelSelectionKeyImpl
VMChannel Native interface to support configuring of channel to run in a non-blocking manner and support scatter/gather io operations.
VMSelector