Compress.compress

Compress the data in buf and return the compressed data.

class Compress
const(void)[]
compress
(
const(void)[] buf
)

Parameters

buf const(void)[]

data to compress

Return Value

Type: const(void)[]

the compressed data. The buffers returned from successive calls to this should be concatenated together.

Meta