Liking cljdoc? Tell your friends :D
Clojure only.

jdk.nio.channels.Pipe$SourceChannel

A channel representing the readable end of a Pipe.

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

valid-opsclj

(valid-ops this)

Returns an operation set identifying this channel's supported operations.

Pipe-source channels only support reading, so this method returns SelectionKey.OP_READ.

returns: The valid-operation set - int

Returns an operation set identifying this channel's supported
 operations.

  Pipe-source channels only support reading, so this method
 returns SelectionKey.OP_READ.

returns: The valid-operation set - `int`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close