public interface ByteChannel
可读取和写入字节的信道。此接口只是统一了 ReadableByteChannel 和 WritableByteChannel;它没有指定任何新操作。
| 方法摘要 |
|---|
| 从接口 java.nio.channels.ReadableByteChannel 继承的方法 |
|---|
read |
| 从接口 java.nio.channels.WritableByteChannel 继承的方法 |
|---|
write |
| 从接口 java.nio.channels.Channel 继承的方法 |
|---|
close, isOpen |