public interface ByteChannel extends ReadableByteChannel, WritableByteChannel
The methods for the byte channel are precisely those defined by readable and writable byte channels.
ReadableByteChannel
WritableByteChannel
read
write
close, isOpen