All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.APCpath.connectors.RTPStreamWriter

java.lang.Object
   |
   +----iceberg.APCpath.connectors.UDPStreamWriter
           |
           +----iceberg.APCpath.connectors.RTPStreamWriter

public class RTPStreamWriter
extends UDPStreamWriter
implements StreamConnectorWriterIF

Variable Index

 o MYNAME

Constructor Index

 o RTPStreamWriter(InetAddress, int, int)

Method Index

 o init()
 o write(byte[], int, int)

Variables

 o MYNAME
 public static final String MYNAME

Constructors

 o RTPStreamWriter
 public RTPStreamWriter(InetAddress destaddr,
                        int destport,
                        int blockSize)

Methods

 o init
 public void init() throws IOException
Overrides:
init in class UDPStreamWriter
 o write
 public void write(byte buf[],
                   int off,
                   int len) throws IOException
Overrides:
write in class UDPStreamWriter

All Packages  Class Hierarchy  This Package  Previous  Next  Index