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
-
ByteCollection()
-
-
exist(int)
-
-
numberOfPackets()
-
-
remove(int)
-
-
retrieve(int)
-
-
store(int, byte[])
-
ByteCollection
public ByteCollection()
store
public void store(int seq,
byte p[])
retrieve
public byte[] retrieve(int sequence)
remove
public byte[] remove(int sequence)
exist
public boolean exist(int sequence)
numberOfPackets
public int numberOfPackets()
All Packages Class Hierarchy This Package Previous Next Index