Compressor.isStartChunk

Tells whether the provided data is an lzo start chunk.

class Compressor
bool
isStartChunk
(
char[] array
)

Parameters

array char[]

data to check

Return Value

Type: bool

true if data is an lzo start chunk

Meta