JavaTM 2 Platform
Standard Ed. 6

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.WritableByteChannel 繼承的方法
write
 
從介面 java.nio.channels.Channel 繼承的方法
close, isOpen
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only