LzoChunkCompressor.Compressor

Chunk compressor.

Constructors

this
this()

Constructor.

Members

Aliases

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

Aliases for the lzo header & chunk.

Functions

compress
char[] compress(char[] source)

Compresses provided data.

isStartChunk
bool isStartChunk(char[] array)

Tells whether the provided data is an lzo start chunk.

Meta