Packages

package io

Type Members

  1. 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.

  2. 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.

Ungrouped