ByteChannel
Interface ByteChannel
- All Superinterfaces:
- AutoCloseable, Channel, Closeable, ReadableByteChannel, WritableByteChannel
- All Known Subinterfaces:
- SeekableByteChannel
- All Known Implementing Classes:
- DatagramChannel, FileChannel, SocketChannel
public interface ByteChannel extends ReadableByteChannel, WritableByteChannel