-
- All Superinterfaces:
-
AutoCloseable
,Channel
,Closeable
,ReadableByteChannel
,WritableByteChannel
- All Known Subinterfaces:
-
SeekableByteChannel
- 所有已知实现类:
-
DatagramChannel
,FileChannel
,SocketChannel
public interface ByteChannel extends ReadableByteChannel, WritableByteChannel
- 从以下版本开始:
- 1.4
-
-
方法摘要
-
声明方法的接口 java.nio.channels.ReadableByteChannel
read
-
声明方法的接口 java.nio.channels.WritableByteChannel
write
-
-