LzoHeader.write

Writes the header to chunk[0 .. this.read_length].

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

Parameters

chunk void[]

chunk without header

Return Value

Type: void[]

chunk (passed through)

Throws

CompressException if chunk is shorter than this.read_length

Meta