A channel representing the writable end of a Pipe.
A channel representing the writable end of a Pipe.
(valid-ops this)
Returns an operation set identifying this channel's supported operations.
Pipe-sink channels only support writing, so this method returns SelectionKey.OP_WRITE.
returns: The valid-operation set - int
Returns an operation set identifying this channel's supported operations. Pipe-sink channels only support writing, so this method returns SelectionKey.OP_WRITE. returns: The valid-operation set - `int`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close