public abstract interface ByteChannel
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

A channel that can read and write bytes. This interface simply unifies ReadableByteChannel and WritableByteChannel; it does not specify any new operations.

extends ReadableByteChannel, WritableByteChannel

Since:  1.4