Liking cljdoc? Tell your friends :D
Clojure only.

jdk.nio.channels.Pipe$SinkChannel

A channel representing the writable end of a Pipe.

A channel representing the writable end of a Pipe.
raw docstring

valid-opsclj

(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`
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close