A channel representing the writable end of a Pipe.
        
publicfinal Object
 blockingLock
()
    [Inherited From AbstractSelectableChannel]
    [Specified in SelectableChannel]
publicfinal SelectableChannel
 configureBlocking
(boolean block)
    throws
    
        IOException
    
    [Inherited From AbstractSelectableChannel]
    [Specified in SelectableChannel]
protectedfinal void
 end
(boolean completed)
    throws
    
        AsynchronousCloseException
    
    [Inherited From AbstractInterruptibleChannel]
protectedfinal void
 implCloseChannel
()
    throws
    
        IOException
    
    [Inherited From AbstractSelectableChannel]
    [Specified in AbstractInterruptibleChannel]
protectedabstract void
 implCloseSelectableChannel
()
    throws
    
        IOException
    
    [Inherited From AbstractSelectableChannel]
protectedabstract void
 implConfigureBlocking
(boolean block)
    throws
    
        IOException
    
    [Inherited From AbstractSelectableChannel]
publicfinal boolean
 isBlocking
()
    [Inherited From AbstractSelectableChannel]
    [Specified in SelectableChannel]
publicfinal boolean
 isRegistered
()
    [Inherited From AbstractSelectableChannel]
    [Specified in SelectableChannel]
publicfinal SelectionKey
 keyFor
(Selector sel)
    [Inherited From AbstractSelectableChannel]
    [Specified in SelectableChannel]
publicfinal SelectorProvider
 provider
()
    [Inherited From AbstractSelectableChannel]
    [Specified in SelectableChannel]
publicfinal SelectionKey
 register
(Selector sel, int ops)
    throws
    
        ClosedChannelException
    
    [Inherited From SelectableChannel]
publicfinal SelectionKey
 register
(Selector sel, int ops, Object att)
    throws
    
        ClosedChannelException
    
    [Inherited From AbstractSelectableChannel]
    [Specified in SelectableChannel]