home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Gallery
/
INTERGAL.bin
/
intergal
/
prgs
/
idv21
/
data.z
/
DatagramSocket.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
261b
|
14 lines
import java.net.*;
public class \Name\ extends java.net.DatagramSocket
{
public \Name\ () throws SocketException
{
super ();
}
public \Name\ (int APort) throws SocketException
{
super (APort);
}
}