ByteChannelpublic interface ByteChannel implements ReadableByteChannel, WritableByteChannelA channel that can read and write bytes. This interface simply unifies
{@link ReadableByteChannel} and {@link WritableByteChannel}; it does not
specify any new operations. |
|