LzoHeader.strip

Strips the header from chunk

struct LzoHeader(bool LengthInline = true)
static
void[]
strip
(
void[] chunk
)

Parameters

chunk void[]

chunk with header (must not be a Null chunk)

Return Value

Type: void[]

chunk payload, that is, the chunk data without header (slice)

Throws

CompressException if chunk.length is shorter than LzoHeader data

Meta