public Params(int errorMeasureValue, int correctionBytesCount, DecoderType rsDecoderType, ErrorProviderType rsErrorProviderType) { ErrorMeasureValue = errorMeasureValue; CorrectionBytesCount = correctionBytesCount; RsDecoderType = rsDecoderType; RsErrorProviderType = rsErrorProviderType; }