|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object anon.mixminion.fec.FECCodeFactory
public class FECCodeFactory
This is the abstract class is subclassed in order to plug in new FEC
implementations. If you wish to use the default implementation defined by
the property "com.onionnetworks.fec.defaultcodefactoryclass" you should
simply call:
FECCodeFactory factory = FECCodeFactory.getDefault();
(c) Copyright 2001 Onion Networks
(c) Copyright 2000 OpenCola
Constructor Summary | |
---|---|
protected |
FECCodeFactory()
|
Method Summary | |
---|---|
FECCode |
createFECCode(int k,
int n)
|
static FECCodeFactory |
getDefault()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected FECCodeFactory()
Method Detail |
---|
public FECCode createFECCode(int k, int n)
k
and n
values.public static FECCodeFactory getDefault()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |