Save This Page
Home » openjdk-7 » java » nio » channels » [javadoc | source]
java.nio.channels
static class: Channels.ReadableByteChannelImpl [javadoc | source]
java.lang.Object
   java.nio.channels.spi.AbstractInterruptibleChannel
      java.nio.channels.Channels$ReadableByteChannelImpl

All Implemented Interfaces:
    ReadableByteChannel, Channel, InterruptibleChannel

Field Summary
 InputStream in     
Constructor:
 ReadableByteChannelImpl(InputStream in) 
Method from java.nio.channels.Channels$ReadableByteChannelImpl Summary:
implCloseChannel,   read
Methods from java.nio.channels.spi.AbstractInterruptibleChannel:
begin,   blockedOn,   close,   end,   implCloseChannel,   isOpen
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.nio.channels.Channels$ReadableByteChannelImpl Detail:
 protected  void implCloseChannel() throws IOException 
 public int read(ByteBuffer dst) throws IOException