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