ByteChannel

public interface ByteChannel implements ReadableByteChannel WritableByteChannel
Known Indirect Subclasses

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

Inherited Method Summary