|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.fmj.media.rtp.SocketOutputStream
public class SocketOutputStream
An output Datagram Socket for JMF
| Constructor Summary | |
|---|---|
SocketOutputStream(java.net.DatagramSocket socket,
java.net.InetAddress sendAddress,
int sendPort)
Creates a new SocketOutputStream |
|
| Method Summary | |
|---|---|
int |
write(byte[] buffer,
int offset,
int length)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SocketOutputStream(java.net.DatagramSocket socket,
java.net.InetAddress sendAddress,
int sendPort)
socket - The datagram socket to adaptsendAddress - The address to send packets tosendPort - The port to send packets to| Method Detail |
|---|
public int write(byte[] buffer,
int offset,
int length)
write in interface OutputDataStream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||