LzoHeader.tryReadStop

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

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

Parameters

chunk void[]

input chunk

Return Value

Type: bool

true if chunk is a Stop or Null chunk

Meta