Module java.base

Interface ByteChannel

所有超接口:
AutoCloseable, Channel, Closeable, ReadableByteChannel, WritableByteChannel
所有已知子接口:
SeekableByteChannel
所有已知实现类:
DatagramChannel, FileChannel, SocketChannel

public interface ByteChannel extends ReadableByteChannel, WritableByteChannel
一个可以读写字节的通道。这个接口简单地统一了ReadableByteChannelWritableByteChannel;它不指定任何新操作。
自从:
1.4