home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / DatagramSocket.pre < prev    next >
Text File  |  1995-10-08  |  261b  |  14 lines

  1. import java.net.*;
  2.  
  3. public class \Name\ extends java.net.DatagramSocket
  4.    {
  5.    public \Name\ ()  throws SocketException
  6.       {
  7.       super ();
  8.       }
  9.    public \Name\ (int APort)  throws SocketException
  10.       {
  11.       super (APort);
  12.       }
  13.    }
  14.