package io
Type Members
-
final
class
ChannelInput extends NiolInput with Closeable
A NiolInput based on a ByteChannel.
A NiolInput based on a ByteChannel. The channel must be in blocking mode for the ChannelInput to work correctly.
-
final
class
ChannelOutput extends NiolOutput with Closeable
A NiolOutput based on a ByteChannel.
A NiolOutput based on a ByteChannel. The channel must be in blocking mode for the ChannelOutput to work correctly.