JavaTM 2 Platform
Standard Ed. 5.0

java.nio.channels
接口 ByteChannel

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

public interface ByteChannel
extends ReadableByteChannel, WritableByteChannel

可读取和写入字节的信道。此接口只是统一了 ReadableByteChannelWritableByteChannel;它没有指定任何新操作。

从以下版本开始:
1.4

方法摘要
 
从接口 java.nio.channels.ReadableByteChannel 继承的方法
read
 
从接口 java.nio.channels.Channel 继承的方法
close, isOpen
 
从接口 java.nio.channels.WritableByteChannel 继承的方法
write
 
从接口 java.nio.channels.Channel 继承的方法
close, isOpen
 


JavaTM 2 Platform
Standard Ed. 5.0

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策