All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.net.multicast.collection.ByteCollectionL

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----java.util.Hashtable
                   |
                   +----ncsa.net.multicast.collection.ByteCollectionL

public class ByteCollectionL
extends Hashtable

Constructor Index

 o ByteCollectionL()

Method Index

 o exist(long)
 o numberOfPackets()
 o remove(long)
 o retrieve(long)
 o store(long, byte[])

Constructors

 o ByteCollectionL
 public ByteCollectionL()

Methods

 o store
 public void store(long seq,
                   byte p[])
 o retrieve
 public byte[] retrieve(long sequence)
 o remove
 public byte[] remove(long sequence)
 o exist
 public boolean exist(long sequence)
 o numberOfPackets
 public int numberOfPackets()

All Packages  Class Hierarchy  This Package  Previous  Next  Index