LzoChunkCompressor.Decompressor

Chunk decompressor.

Constructors

this
this()

Constructor.

Members

Aliases

Chunk
alias Chunk = LzoChunk!(DecompressLenghtInline)
Undocumented in source.
Header
alias Header = LzoHeader!(DecompressLenghtInline)

Aliases for the lzo header & chunk.

Functions

decompress
char[] decompress(char[] source)

Decompresses provided data.

isStartChunk
bool isStartChunk(char[] array)

Tells whether the provided data is an lzo start chunk.

Meta