SyTen

◆ Status

enum syten::LZ4::Comp_SymFilter::Status : char
strongprivate

Valid states of this filter.

Enumerator
Init 

Filter has been initialised and will write the magic number next.

WroteMagic 

Filter wrote the magic number and will write the clear-text size next.

WroteClearSize 

Filter wrote the clear-text size, it will attempt compression and write the compressed size next.

WroteCompSize 

Filter wrote the compressed size and will write out the compressed data now.