LzoHeader.uncompressed

Sets this instance to create a header for a chunk containing uncompressed data. Compression method is set to None.

struct LzoHeader(bool LengthInline = true)
typeof(&this)
uncompressed
(
void[] payload
)

Parameters

payload void[]

data to create header for

Return Value

Type: typeof(&this)

this instance

Throws

CompressException if chunk is shorter than this.read_length

Meta