All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.APCpath.connectors.UDPStreamReader
java.lang.Object
|
+----iceberg.APCpath.connectors.UDPStreamReader
- public class UDPStreamReader
- extends Object
- implements StreamConnectorReaderIF
-
MYNAME
-
-
UDPStreamReader(String, int)
-
-
close()
-
-
getAddr()
-
-
getPort()
-
-
init(int)
- Note: if port is zero, do not bind to any specific port
-
kill()
-
-
open()
-
-
read()
-
-
read(byte[])
-
MYNAME
public static final String MYNAME
UDPStreamReader
public UDPStreamReader(String srcid,
int ipBlockSize)
getAddr
public InetAddress getAddr()
getPort
public int getPort()
init
public void init(int port) throws IOException
- Note: if port is zero, do not bind to any specific port
open
public void open() throws IOException
close
public void close() throws IOException
kill
public void kill() throws IOException
read
public DatagramPacket read() throws IOException
read
public int read(byte buf[]) throws IOException
All Packages Class Hierarchy This Package Previous Next Index