home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Gallery
/
INTERGAL.bin
/
intergal
/
prgs
/
idv21
/
data.z
/
URLConnection.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
284b
|
15 lines
import java.net.*;
import java.io.*;
public class \Name\ extends java.net.URLConnection
{
public \Name\ (URL AURL) throws IOException
{
super (AURL);
}
public void connect() throws IOException
{
//Add your code here
}
}