Package com.onionnetworks.fec.io

Interface Summary
FECIOListener This interface is implemented to listen for FECIOEvents (c) Copyright 2001 Onion Networks (c) Copyright 2000 OpenCola
 

Class Summary
BlockDecodedEvent This event signifies that a complete block was decoded.
FECFile This class provides the necessary file IO routines to go along with the raw FEC codes.
FECIOEvent Superclass for all FEC IO related events.
FECParameters This class contains all of the functions for performing packet, block, and stripe calculations given a set of FEC parameters.
FileDecodedEvent This event signifies that the file has been completely decoded.
PacketEntryAddedEvent This event signifies that a new packet entry has been added.
PacketInfo This class provides a (blockNum,stripeNum) tuple that is comparable for equality.
PacketPlacement This class allocates and tracks how packets are written to disk.
PacketWrittenEvent This event signifies that a new packet was recieved and written to disk.
 

Exception Summary
BlockAlreadyDecodedException This exception signals that there was an attempt to write a packet to a block that has already been decoded.
DuplicatePacketException This exception signifies that there was attempt to write a duplicate packet (c) Copyright 2001 Onion Networks (c) Copyright 2000 OpenCola
FileAlreadyDecodedException This exception signals that there was an attempt to write a packet to a file that has already been completely decoded.
PacketNotFoundException This exception signals that there was an attempt to read a packet that can't be found, or created from the data on disk.
 



Copyright © 2002 Onion Networks. All Rights Reserved.