A channel that can read bytes into a sequence of buffers.
A scattering read operation reads, in a single invocation, a sequence of bytes into one or more of a given sequence of buffers. Scattering reads are often useful when implementing network protocols or file formats that, for example, group data into segments consisting of one or more fixed-length headers followed by a variable-length body. Similar gathering write operations are defined in the {@link GatheringByteChannel} interface.
@author Mark Reinhold
@author JSR-51 Expert Group
@version 1.15, 06/04/19
@since 1.4