No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | ||||
| ↳ | java.nio.channels.spi.AbstractInterruptibleChannel | |||
| ↳ | java.nio.channels.SelectableChannel | |||
| ↳ | java.nio.channels.spi.AbstractSelectableChannel | |||
| ↳ | java.nio.channels.Pipe.SourceChannel | |||
Readable source channel used to read from a pipe.
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Constructs a new 
            SourceChannel. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Indicates that this channel only supports reading.
           | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.nio.channels.spi.AbstractSelectableChannel | |||||||||||
|  From class java.nio.channels.SelectableChannel | |||||||||||
|  From class java.nio.channels.spi.AbstractInterruptibleChannel | |||||||||||
|  From class java.lang.Object | |||||||||||
|  From interface java.io.Closeable | |||||||||||
|  From interface java.nio.channels.Channel | |||||||||||
|  From interface java.nio.channels.InterruptibleChannel | |||||||||||
|  From interface java.nio.channels.ReadableByteChannel | |||||||||||
|  From interface java.nio.channels.ScatteringByteChannel | |||||||||||
Constructs a new SourceChannel.
| provider | the provider of the channel. | 
|---|
Indicates that this channel only supports reading.