buddy.util.deflate

(source)
Interface to DEFLATE compression algorithm.

For more info about this library see:

https://funcool.github.io/buddy-core/latest/
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.