com.onionnetworks.fec
Class PureCode

java.lang.Object
  extended by com.onionnetworks.fec.FECCode
      extended by 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)

Field Summary
static int FEC_MAGIC
           
 
Constructor Summary
PureCode(int k, int n)
           
PureCode(int k, int n, char[] encMatrix)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.onionnetworks.fec.FECCode
decode, encode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FEC_MAGIC

public static final int FEC_MAGIC
See Also:
Constant Field Values
Constructor Detail

PureCode

public PureCode(int k,
                int n)

PureCode

public PureCode(int k,
                int n,
                char[] encMatrix)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002 Onion Networks. All Rights Reserved.