Back

uncompress (clj)

(source)

function

(uncompress input) (uncompress input {:keys [nowrap buffer-size], :or {nowrap true, buffer-size 2048}, :as opts})
Given a compressed data as byte-array, uncompress it and return as an other byte array.

Examples