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