LzoHeader.tryReadStart

Checks whether chunk is a Start / Null chunk. This data members are set from the chunk provided.

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

Parameters

chunk void[]

input chunk

Return Value

Type: bool

true if chunk is a Start or Null chunk

Meta