Liking cljdoc? Tell your friends :D

byte-streams.protocols


ByteSinkcljprotocol

send-bytes!clj

(send-bytes! _ bytes options)

Puts bytes in the byte sink.

Puts `bytes` in the byte sink.
source

ByteSourcecljprotocol

take-bytes!clj

(take-bytes! _ n options)

Takes n bytes from the byte source.

Takes `n` bytes from the byte source.
source

Closeablecljprotocol

closeclj

(close _)

A protocol that is a superset of java.io.Closeable.

A protocol that is a superset of `java.io.Closeable`.
source

closeable?clj

(closeable? x)
source

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

× close