buddy.util.deflate

(source)
Interface to DEFLATE compression algorithm.
Public Variable Short Description
compress (clj) Given a plain byte array, compress it and return an other byte array.
uncompress (clj) Given a compressed data as byte-array, uncompress it and return as an other byte array.