Liking cljdoc? Tell your friends :D

libmisc-clj.jnio-proto


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)
source

IByteBuffercljprotocol

make-byte-bufferclj

(make-byte-buffer x)
source

ICharBuffercljprotocol

make-char-bufferclj

(make-char-buffer x)
source

IDoubleBuffercljprotocol

make-double-bufferclj

(make-double-buffer x)
source

IFloatBuffercljprotocol

make-float-bufferclj

(make-float-buffer x)
source

IIntBuffercljprotocol

make-int-bufferclj

(make-int-buffer x)
source

ILongBuffercljprotocol

make-long-bufferclj

(make-long-buffer x)
source

IMmapcljprotocol

do-mmapclj

(do-mmap x position size opts)
source

IShortBuffercljprotocol

make-short-bufferclj

(make-short-buffer x)
source

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.
sourceraw 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