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