edu.vt.marian.uip
Class packet_output_stream

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

public class packet_output_stream
extends java.lang.Object


Constructor Summary
packet_output_stream(java.net.InetAddress address, int port, edu.vt.marian.common.Debug debug)
           
packet_output_stream(java.lang.String host_name, int port, edu.vt.marian.common.Debug debug)
           
 
Method Summary
 void close()
           
 void flush()
           
 java.net.DatagramSocket get_socket()
           
 void println(java.lang.String data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

packet_output_stream

public packet_output_stream(java.net.InetAddress address,
                            int port,
                            edu.vt.marian.common.Debug debug)

packet_output_stream

public packet_output_stream(java.lang.String host_name,
                            int port,
                            edu.vt.marian.common.Debug debug)
Method Detail

println

public void println(java.lang.String data)

flush

public void flush()

get_socket

public java.net.DatagramSocket get_socket()

close

public void close()