LzoHeader.start

Sets this instance to create a Start header. Since a Start chunk has no payload, the returned data are a full Start chunk.

struct LzoHeader(bool LengthInline = true)
typeof(&this)
start

Parameters

total_uncompressed_length size_t

total uncompressed length of data contained in the following chunks

Return Value

Type: typeof(&this)

this instance

Meta