Liking cljdoc? Tell your friends :D

nio.protocols


IBuffercljprotocol

buffer-nthclj

(buffer-nth x n not-found)

buffer-seqclj

(buffer-seq x start)

buffer-to-arrayclj

(buffer-to-array x)

make-bufferclj

(make-buffer x)

IByteBuffercljprotocol

make-byte-bufferclj

(make-byte-buffer x)

ICharBuffercljprotocol

make-char-bufferclj

(make-char-buffer x)

IDoubleBuffercljprotocol

make-double-bufferclj

(make-double-buffer x)

IFloatBuffercljprotocol

make-float-bufferclj

(make-float-buffer x)

IIntBuffercljprotocol

make-int-bufferclj

(make-int-buffer x)

ILongBuffercljprotocol

make-long-bufferclj

(make-long-buffer x)

IMmapcljprotocol

do-mmapclj

(do-mmap x position size opts)

IShortBuffercljprotocol

make-short-bufferclj

(make-short-buffer x)

NIOFactorycljprotocol

Factory functions that create ready-to-use, versions of the various Java NIO channel types, on top of anything that can be unequivocally converted to the requested kind of channel.

Callers should generally prefer the higher level API provided by readable-channel, writable-channel, and channel.

Factory functions that create ready-to-use, versions of
the various Java NIO channel types, on top of anything that can
be unequivocally converted to the requested kind of channel.

Callers should generally prefer the higher level API provided by
readable-channel, writable-channel, and channel.

make-channelclj

(make-channel x)

Creates a ByteChannel. See also NIOFactory docs.

Creates a ByteChannel. See also NIOFactory docs.

make-readable-channelclj

(make-readable-channel x)

Creates a ReadableByteChannel. See also NIOFactory docs.

Creates a ReadableByteChannel. See also NIOFactory docs.

make-writable-channelclj

(make-writable-channel x)

Creates a WritableByteChannel. See also NIOFactory docs.

Creates a WritableByteChannel. See also NIOFactory docs.
raw docstring

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

× close