All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.net.multicast.collection.ByteCollection

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

public class ByteCollection
extends Hashtable

Constructor Index

 o ByteCollection()

Method Index

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

Constructors

 o ByteCollection
 public ByteCollection()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index