All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.APCpath.connectors.RTPStreamReader

java.lang.Object
   |
   +----iceberg.APCpath.connectors.UDPStreamReader
           |
           +----iceberg.APCpath.connectors.RTPStreamReader

public class RTPStreamReader
extends UDPStreamReader
implements StreamConnectorReaderIF

Variable Index

 o MYNAME

Constructor Index

 o RTPStreamReader(String, int)

Method Index

 o read()
 o read(byte[])

Variables

 o MYNAME
 public static final String MYNAME

Constructors

 o RTPStreamReader
 public RTPStreamReader(String srcid,
                        int ipBlockSize)

Methods

 o read
 public DatagramPacket read() throws IOException
Overrides:
read in class UDPStreamReader
 o read
 public int read(byte buf[]) throws IOException
Overrides:
read in class UDPStreamReader

All Packages  Class Hierarchy  This Package  Previous  Next  Index