API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.nio.channels. ScatteringByteChannel View Source
Author(s)
Mark Reinhold
JSR-51 Expert Group
Since
1.4
Version
1.15, 06/04/19
Serial
Hierarchy
 Closeable
      Channel
          ReadableByteChannel
              ScatteringByteChannel
Subinterfaces
Description
public interface ScatteringByteChannel
  A channel that can read bytes into a sequence of buffers.
See also:   
Methods
Hide/Show inherited methods
public long read (ByteBuffer dsts) throws IOException
  Reads a sequence of bytes from this channel into the given buffers.
public long read (ByteBuffer dsts, int offset, int length) throws IOException
  Reads a sequence of bytes from this channel into a subsequence of the given buffers.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar