ByteChannel | java.nio.channels |
This interface extends
ReadableByteChannel and
WritableByteChannel but adds no methods or
constants of its own. It exists simply as a convience that to unify
the two interfaces.

public interface ByteChannel extends ReadableByteChannelWritableByteChannel {
}
Implementations
DatagramChannel, FileChannel,
SocketChannel
 |