SyTen

◆ Status

enum syten::LZ4::Decomp_SymFilter::Status : char
strongprivate

Valid states of this filter.

Enumerator
Init 

Filter has been initialised and expects to read the magic number next.

ReadingMetadata 

Filter is currently reading in meta data.

ReadMetadata 

Filter read all meta data, checked the magic number and will read compressed data next.

ReadingComprData 

Filter is currently reading in compressed data.

ReadComprData 

Filter has read all data and decompressed it, it will now write it out as soon as possible.