public final class ReedSolomonEncoder
extends java.lang.Object
Implements Reed-Solomon enbcoding, as the name implies.
Constructor and Description |
---|
ReedSolomonEncoder(GF256 field) |
Modifier and Type | Method and Description |
---|---|
void |
encode(int[] toEncode,
int ecBytes) |
public ReedSolomonEncoder(GF256 field)
Copyright © 2019. All Rights Reserved.