public
interface
ByteChannel
implements
ReadableByteChannel,
WritableByteChannel
java.nio.channels.ByteChannel |
![]() |
A channel that can read and write bytes. This interface simply unifies
ReadableByteChannel
and WritableByteChannel
; it does not
specify any new operations.
Inherited methods | |
---|---|
![]()
java.nio.channels.ReadableByteChannel
| |
![]()
java.nio.channels.WritableByteChannel
| |
![]()
java.nio.channels.Channel
| |
![]()
java.io.Closeable
| |
![]()
java.lang.AutoCloseable
|