モジュール java.base
パッケージ java.nio.channels

インタフェースByteChannel

すべてのスーパー・インタフェース:
AutoCloseable, Channel, Closeable, ReadableByteChannel, WritableByteChannel
既知のすべてのサブインタフェース:
SeekableByteChannel
既知のすべての実装クラス:
DatagramChannel, FileChannel, SocketChannel

public interface ByteChannel extends ReadableByteChannel, WritableByteChannel
バイトの読み込みと書込みができるチャネルです。 このインタフェースは、ReadableByteChannelWritableByteChannelを統一するだけで、新しい操作は一切指定しません。
導入されたバージョン:
1.4