Liking cljdoc? Tell your friends :D

io.pedestal.service.data

Utilities for converting to and from specific data types.

Utilities for converting to and from specific data types.
raw docstring

convertclj

(convert format binary-data)

Converts binary data in a supported format (byte array, ByteBuffer, InputStream) to another format (:byte-array, :byte-buffer, or :input-stream). Converting nil results in an empty array/buffer/stream.

Converts binary data in a supported format (byte array, ByteBuffer, InputStream) to
another format (:byte-array, :byte-buffer, or :input-stream). Converting nil results in
an empty array/buffer/stream.
sourceraw docstring

ToByteArraycljprotocol

->byte-arrayclj

(->byte-array value)
source

ToByteBuffercljprotocol

->byte-bufferclj

(->byte-buffer value)
source

ToInputStreamcljprotocol

->input-streamclj

(->input-stream value)
source

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

× close