# Functions
GetTypeByString returns the encoder type based on a named string.
# Constants
EncoderTypeLZ4 ; LZ4 encoder / compressor based on available lz4 system library (1.9.4 recommended for performance).
EncoderTypeLZ4Custom : LZ4 encoder / compressor with custom checksum stripping (default, hence allocated the value 0).
EncoderTypeNull : Null encoder.
EncoderTypeZSTD : ZSTD encoder / compressor.
MaxEncoderType should always be the last entry.
# Type aliases
Type denotes the type of encoder.