Class ReedSolomonEncoder
Inheritance
System.Object
ReedSolomonEncoder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.IO.ErrorHandling
Assembly: Azos.dll
Syntax
public class ReedSolomonEncoder
Constructors
ReedSolomonEncoder(GaloisField)
Declaration
public ReedSolomonEncoder(GaloisField field)
Parameters
Type | Name | Description |
---|---|---|
GaloisField | field |
Methods
Encode(Int32[], Int32)
Declaration
public void Encode(int[] src, int errorCorrectionLength)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | src | |
System.Int32 | errorCorrectionLength |