Back

compress (clj)

(source)

function

(compress input) (compress input {:keys [nowrap], :or {nowrap true}})
Given a plain byte array, compress it and return an other byte array.

Examples