|
Class Summary |
| FECCode |
This class provides the main API/SPI for the FEC library. |
| FECCodeFactory |
This is the abstract class is subclassed in order to plug in new FEC
implementations. |
| FECMath |
This class provides the majority of the logic for the pure Java
implementation of the vandermonde FEC codes. |
| Pure16Code |
This class, along with FECMath, provides the implementation of the pure
Java 16 bit FEC codes. |
| PureCode |
This class, along with FECMath, provides the implementation of the pure
Java 8 bit FEC codes. |