Compress.compress

Compress the data in buf and return the compressed data. The buffers returned from successive calls to this should be concatenated together.

class Compress
const(void)[]
compress
(
const(void)[] buf
)
Suggestion Box / Bug Report