(buffer-nth x n not-found)
(buffer-seq x start)
(buffer-to-array x)
(make-buffer x)
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-channel x)
Creates a ByteChannel. See also NIOFactory docs.
Creates a ByteChannel. See also NIOFactory docs.
(make-readable-channel x)
Creates a ReadableByteChannel. See also NIOFactory docs.
Creates a ReadableByteChannel. See also NIOFactory docs.
(make-writable-channel x)
Creates a WritableByteChannel. See also NIOFactory docs.
Creates a WritableByteChannel. See also NIOFactory docs.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close