edu.vt.marian.uip
Class packet_input_stream

java.lang.Object
  |
  +--edu.vt.marian.uip.packet_input_stream

public class packet_input_stream
extends java.lang.Object


Constructor Summary
packet_input_stream(java.net.DatagramPacket dp, edu.vt.marian.common.Debug debug)
           
packet_input_stream(java.net.DatagramSocket socket, edu.vt.marian.common.Debug debug)
           
 
Method Summary
 java.net.InetAddress get_ip_address()
           
 int get_port()
           
 java.lang.String readLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

packet_input_stream

public packet_input_stream(java.net.DatagramSocket socket,
                           edu.vt.marian.common.Debug debug)

packet_input_stream

public packet_input_stream(java.net.DatagramPacket dp,
                           edu.vt.marian.common.Debug debug)
Method Detail

readLine

public java.lang.String readLine()

get_ip_address

public java.net.InetAddress get_ip_address()

get_port

public int get_port()