com.onionnetworks.fec
Class PureCode
java.lang.Object
com.onionnetworks.fec.FECCode
com.onionnetworks.fec.PureCode
- Direct Known Subclasses:
- Pure16Code
public class PureCode
- extends FECCode
This class, along with FECMath, provides the implementation of the pure
Java 8 bit FEC codes. This is heavily dervied from Luigi Rizzos original
C implementation. See the file "LICENSE" along with this distribution for
additional copyright information.
(c) Copyright 2001 Onion Networks
(c) Copyright 2000 OpenCola
- Author:
- Justin F. Chapweske (justin@chapweske.com)
Constructor Summary |
PureCode(int k,
int n)
|
PureCode(int k,
int n,
char[] encMatrix)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FEC_MAGIC
public static final int FEC_MAGIC
- See Also:
- Constant Field Values
PureCode
public PureCode(int k,
int n)
PureCode
public PureCode(int k,
int n,
char[] encMatrix)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002 Onion Networks. All Rights Reserved.